summaryrefslogtreecommitdiffstats
path: root/rules/inetutils.in
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-01-26 10:41:22 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-01-29 20:36:01 +0100
commit231c1f4a8b7bbca22f946c0874ad9c38136bbab1 (patch)
treec68e8a631bc6b9f4cb8d80ada52b34ba098030e1 /rules/inetutils.in
parent5e1d72e89ece20da7b7dd510ea750ee87af8c31c (diff)
downloadptxdist-231c1f4a8b7bbca22f946c0874ad9c38136bbab1.tar.gz
ptxdist-231c1f4a8b7bbca22f946c0874ad9c38136bbab1.tar.xz
inetutils: add missing depends on !BUSYBOX_TFTPD
Busybox also provides tftpd binary. Add depends on !BUSYBOX_TFTPD to avoid a double install of a tftpd binary. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/inetutils.in')
-rw-r--r--rules/inetutils.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/inetutils.in b/rules/inetutils.in
index 876c29820..8335a1361 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