1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 00:04:38 +02:00

[package] busybox brctl does not support showmacs or showstp (#4206)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14093 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-01-18 16:30:37 +00:00
parent 9bc3c5aac0
commit 104da54556

View 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"