summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2012-01-26 12:32:43 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-01-30 17:46:15 +0100
commit8c798dc752169a90a91a2fba28e6f744a769889b (patch)
tree1fd6c7ceef7b03d4eb10bfc80c57f0889db8ec87
parentdd064ee11c26f82df966c6e5c2967e94cbd19971 (diff)
downloadptxdist-8c798dc752169a90a91a2fba28e6f744a769889b.tar.gz
ptxdist-8c798dc752169a90a91a2fba28e6f744a769889b.tar.xz
ifplugd: do not allow it to be selected if busybox's ifplugd is in use
Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/ifplugd.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/ifplugd.in b/rules/ifplugd.in
index 7fd2fa67f..982084e73 100644
--- a/rules/ifplugd.in
+++ b/rules/ifplugd.in
@@ -3,11 +3,15 @@ menuconfig IFPLUGD
tristate
prompt "ifplugd "
select LIBDAEMON
+ depends on !BUSYBOX_IFPLUGD || ALLYES
help
ifplugd is a Linux daemon which will automatically configure your
ethernet device when a cable is plugged in and automatically
unconfigure it once the cable is pulled.
+comment "busybox' ifplugd is selected"
+ depends on BUSYBOX_IFPLUGD
+
if IFPLUGD
config IFPLUGD_STATUS