diff options
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 |