busybox brctl does not support showmacs or showstp (#4206)
authorFlorian Fainelli <florian@openwrt.org>
Sun, 18 Jan 2009 16:30:37 +0000 (16:30 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 18 Jan 2009 16:30:37 +0000 (16:30 +0000)
SVN-Revision: 14093

package/busybox/config/networking/Config.in

index a192a7ce7160e625f7c14f86f1f31d35a4143adb..0a79cdd8f7ecb01d78242faa252eb7b75eddfe32 100644 (file)
@@ -66,12 +66,12 @@ config BUSYBOX_CONFIG_FEATURE_BRCTL_FANCY
          This adds about 600 bytes.
 
 config BUSYBOX_CONFIG_FEATURE_BRCTL_SHOW
-       bool "Support show, showmac and showstp"
+       bool "Support show"
        default y
        depends on BUSYBOX_CONFIG_BRCTL && BUSYBOX_CONFIG_FEATURE_BRCTL_FANCY
        help
          Add support for option which prints the current config:
-           showmacs, showstp, show
+           show
 
 config BUSYBOX_CONFIG_DNSD
        bool "dnsd"