busybox brctl does not support showmacs or showstp (#4206)
SVN-Revision: 14093
This commit is contained in:
parent
4f1b494a45
commit
3d4f8f79b0
1 changed files with 2 additions and 2 deletions
|
@ -66,12 +66,12 @@ config BUSYBOX_CONFIG_FEATURE_BRCTL_FANCY
|
||||||
This adds about 600 bytes.
|
This adds about 600 bytes.
|
||||||
|
|
||||||
config BUSYBOX_CONFIG_FEATURE_BRCTL_SHOW
|
config BUSYBOX_CONFIG_FEATURE_BRCTL_SHOW
|
||||||
bool "Support show, showmac and showstp"
|
bool "Support show"
|
||||||
default y
|
default y
|
||||||
depends on BUSYBOX_CONFIG_BRCTL && BUSYBOX_CONFIG_FEATURE_BRCTL_FANCY
|
depends on BUSYBOX_CONFIG_BRCTL && BUSYBOX_CONFIG_FEATURE_BRCTL_FANCY
|
||||||
help
|
help
|
||||||
Add support for option which prints the current config:
|
Add support for option which prints the current config:
|
||||||
showmacs, showstp, show
|
show
|
||||||
|
|
||||||
config BUSYBOX_CONFIG_DNSD
|
config BUSYBOX_CONFIG_DNSD
|
||||||
bool "dnsd"
|
bool "dnsd"
|
||||||
|
|
Loading…
Reference in a new issue