aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-02-26 18:25:24 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-02-26 18:25:24 +0000
commit06aed4316e1f486f78c6487181c75cb22a70c639 (patch)
tree65a21a2b40b877b985bfe746df01358546cbf878 /networking/Config.in
parent04bb2d2d06a87b08743ee997fcd8465bfed809d1 (diff)
downloadbusybox-06aed4316e1f486f78c6487181c75cb22a70c639.tar.gz
ifenslave: new applet. closes bug 115.
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 5a25d6d2b..202b65fce 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -292,6 +292,13 @@ config FEATURE_IFCONFIG_BROADCAST_PLUS
Setting this will make ifconfig attempt to find the broadcast
automatically if the value '+' is used.
+config IFENSLAVE
+ bool "ifenslave"
+ default n
+ help
+ Userspace application to bind several interfaces
+ to a logical interface (use with kernel bonding driver).
+
config IFUPDOWN
bool "ifupdown"
default n