- 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
This commit is contained in:
Bernhard Reutner-Fischer
2008-01-13 18:43:50 +00:00
parent 78e1d58d3a
commit 1aac3ab49f
3 changed files with 122 additions and 38 deletions

View File

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