From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ea0-f179.google.com ([209.85.215.179]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1W7MEG-0001UT-Go for ptxdist@pengutronix.de; Sun, 26 Jan 2014 10:42:13 +0100 Received: by mail-ea0-f179.google.com with SMTP id q10so1523165ead.10 for ; Sun, 26 Jan 2014 01:41:32 -0800 (PST) From: Alexander Aring Date: Sun, 26 Jan 2014 10:41:22 +0100 Message-Id: <1390729284-6837-1-git-send-email-alex.aring@gmail.com> Subject: [ptxdist] [PATCH v2 1/3] inetutils: add missing 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: , MIME-Version: 1.0 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 Busybox also provides tftpd binary. Add depends on !BUSYBOX_TFTPD to avoid a double install of a tftpd binary. Signed-off-by: Alexander Aring --- v2: - fix typo misiing -> missing in commit msg - add missing ALLYES rules/inetutils.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rules/inetutils.in b/rules/inetutils.in index 876c298..8335a13 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 || ALLYES 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