diff options
author | Denis Vlasenko | 2009-04-26 01:08:51 +0000 |
---|---|---|
committer | Denis Vlasenko | 2009-04-26 01:08:51 +0000 |
commit | 71c165780ac83b0562a7cbc3b57e87807f02055b (patch) | |
tree | ac33a1f5952103df64846103301c672e32b38606 /networking/Config.in | |
parent | 5bf59c104af94e918ce879352f27b40099bf51be (diff) | |
download | busybox-71c165780ac83b0562a7cbc3b57e87807f02055b.zip busybox-71c165780ac83b0562a7cbc3b57e87807f02055b.tar.gz |
ifplugd: new applet by Maksym Kryzhanovskyy (xmaks AT email.cz)
+3k code and 0.5k in messages. Most of the bloat due to compat :(
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 62a21f7..9907ac9 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -303,6 +303,12 @@ config IFENSLAVE Userspace application to bind several interfaces to a logical interface (use with kernel bonding driver). +config IFPLUGD + bool "ifplugd" + default n + help + Network interface plug detection daemon. + config IFUPDOWN bool "ifupdown" default n |