diff options
author | Bernhard Reutner-Fischer | 2008-01-13 18:43:50 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2008-01-13 18:43:50 +0000 |
commit | 1aac3ab49f8d1de8d7a66adb57cbd7df4a1f2020 (patch) | |
tree | 37986fc0fbda3d5de0c432b6048833e435420755 /networking/Config.in | |
parent | 78e1d58d3a320637cbe78fa5c86081931392875b (diff) | |
download | busybox-1aac3ab49f8d1de8d7a66adb57cbd7df4a1f2020.zip busybox-1aac3ab49f8d1de8d7a66adb57cbd7df4a1f2020.tar.gz |
- shrink a bit and implement time related fancy features. Improve help texts.
text data bss dec hex filename
253 20 0 273 111 networking/brctl.o.bare
613 20 0 633 279 networking/brctl.o.fancy-time
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 83579bc..f4d4e7e 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -52,6 +52,25 @@ config BRCTL default n help 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 + depends on BRCTL + help + Add support for extended option like: + setageing, setfd, sethello, setmaxage, + setpathcost, setportprio, setbridgeprio, + stp config DNSD bool "dnsd" |