diff options
author | Bernhard Reutner-Fischer | 2008-01-14 16:10:11 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2008-01-14 16:10:11 +0000 |
commit | 2b11fb483e663149d79992021cc4e495e0df8677 (patch) | |
tree | f5567e7905409192b150afa7dde907264815b7f8 /networking/Config.in | |
parent | c2f0de5eef4feeca5d993ff3553b0e196862282f (diff) | |
download | busybox-2b11fb483e663149d79992021cc4e495e0df8677.zip busybox-2b11fb483e663149d79992021cc4e495e0df8677.tar.gz |
- implement brctl setpathcost, setportprio, setbridgeprio, stp
text data bss dec hex filename
907 20 0 927 39f networking/brctl.o
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index f4d4e7e..f1f7ae0 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -71,6 +71,7 @@ config FEATURE_BRCTL_FANCY setageing, setfd, sethello, setmaxage, setpathcost, setportprio, setbridgeprio, stp + This adds about 600 bytes. config DNSD bool "dnsd" |