diff options
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/networking/Config.in b/networking/Config.in index f0a9307..f7f189c 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -54,14 +54,6 @@ config BRCTL Manage ethernet bridges. Supports addbr/delbr and addif/delif. -#config FEATURE_BRCTL_SHOW -# bool "Support show, showmac and showstp" -# default n -# depends on BRCTL -# help -# Add support for option which print the current config: -# showmacs, showstp, show - config FEATURE_BRCTL_FANCY bool "Fancy options" default n @@ -73,6 +65,14 @@ config FEATURE_BRCTL_FANCY stp This adds about 600 bytes. +config FEATURE_BRCTL_SHOW + bool "Support show, showmac and showstp" + default n + depends on BRCTL && FEATURE_BRCTL_FANCY + help + Add support for option which prints the current config: + showmacs, showstp, show + config DNSD bool "dnsd" default n |