diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-26 18:25:24 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-26 18:25:24 +0000 |
commit | 06aed4316e1f486f78c6487181c75cb22a70c639 (patch) | |
tree | 65a21a2b40b877b985bfe746df01358546cbf878 /networking/Config.in | |
parent | 04bb2d2d06a87b08743ee997fcd8465bfed809d1 (diff) | |
download | busybox-w32-06aed4316e1f486f78c6487181c75cb22a70c639.tar.gz busybox-w32-06aed4316e1f486f78c6487181c75cb22a70c639.tar.bz2 busybox-w32-06aed4316e1f486f78c6487181c75cb22a70c639.zip |
ifenslave: new applet. closes bug 115.
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 7 |
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 | |||
292 | Setting this will make ifconfig attempt to find the broadcast | 292 | Setting this will make ifconfig attempt to find the broadcast |
293 | automatically if the value '+' is used. | 293 | automatically if the value '+' is used. |
294 | 294 | ||
295 | config IFENSLAVE | ||
296 | bool "ifenslave" | ||
297 | default n | ||
298 | help | ||
299 | Userspace application to bind several interfaces | ||
300 | to a logical interface (use with kernel bonding driver). | ||
301 | |||
295 | config IFUPDOWN | 302 | config IFUPDOWN |
296 | bool "ifupdown" | 303 | bool "ifupdown" |
297 | default n | 304 | default n |