From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Date: Sat, 25 Jan 2014 14:48:14 +0100 From: Robert Schwebel Message-ID: <20140125134814.GL12605@pengutronix.de> References: <1390655905-29427-1-git-send-email-alex.aring@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1390655905-29427-1-git-send-email-alex.aring@gmail.com> Subject: Re: [ptxdist] [PATCH 1/3] inetutils: add misiing depends on !BUSYBOX_TFTPD Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Alexander Aring On Sat, Jan 25, 2014 at 02:18:23PM +0100, Alexander Aring wrote: > Busybox also provides tftpd binary. Add depends on !BUSYBOX_TFTPD to > avoid a double install of a tftpd binary. > > Signed-off-by: Alexander Aring > --- > rules/inetutils.in | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/rules/inetutils.in b/rules/inetutils.in > index 876c298..cb1c62f 100644 > --- a/rules/inetutils.in > +++ b/rules/inetutils.in > @@ -136,11 +136,15 @@ comment "BusyBox' syslogd is selected!" > menuconfig INETUTILS_TFTPD > bool > prompt "tftpd " > + depends on !BUSYBOX_TFTPD depends on !BUSYBOX_TFTPD || ALLYES please > help > TFTPD is a ftp daemon to be used for diskless clients. Most bootloaders > use the Trivial File Transfer Protocol to load their OS image. Note: > There is no authentication! > > +comment "BusyBox' tftpd is selected!" > + depends on BUSYBOX_TFTPD > + > if INETUTILS_TFTPD > > config INETUTILS_TFTPD_BASE_DIR > -- > 1.8.5.3 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de