diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-01-13 18:43:50 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-01-13 18:43:50 +0000 |
commit | 1aac3ab49f8d1de8d7a66adb57cbd7df4a1f2020 (patch) | |
tree | 37986fc0fbda3d5de0c432b6048833e435420755 /networking/Config.in | |
parent | 78e1d58d3a320637cbe78fa5c86081931392875b (diff) | |
download | busybox-w32-1aac3ab49f8d1de8d7a66adb57cbd7df4a1f2020.tar.gz busybox-w32-1aac3ab49f8d1de8d7a66adb57cbd7df4a1f2020.tar.bz2 busybox-w32-1aac3ab49f8d1de8d7a66adb57cbd7df4a1f2020.zip |
- 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 83579bc4f..f4d4e7ebf 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -52,6 +52,25 @@ config BRCTL | |||
52 | default n | 52 | default n |
53 | help | 53 | help |
54 | Manage ethernet bridges. | 54 | Manage ethernet bridges. |
55 | Supports addbr/delbr and addif/delif. | ||
56 | |||
57 | #config FEATURE_BRCTL_SHOW | ||
58 | # bool "support show, showmac and showstp" | ||
59 | # default n | ||
60 | # depends on BRCTL | ||
61 | # help | ||
62 | # Add support for option which print the current config: | ||
63 | # showmacs, showstp, show | ||
64 | |||
65 | config FEATURE_BRCTL_FANCY | ||
66 | bool "fancy options" | ||
67 | default n | ||
68 | depends on BRCTL | ||
69 | help | ||
70 | Add support for extended option like: | ||
71 | setageing, setfd, sethello, setmaxage, | ||
72 | setpathcost, setportprio, setbridgeprio, | ||
73 | stp | ||
55 | 74 | ||
56 | config DNSD | 75 | config DNSD |
57 | bool "dnsd" | 76 | bool "dnsd" |