diff options
Diffstat (limited to 'networking/brctl.c')
-rw-r--r-- | networking/brctl.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/networking/brctl.c b/networking/brctl.c index bedf8031a..690791e4c 100644 --- a/networking/brctl.c +++ b/networking/brctl.c | |||
@@ -17,27 +17,27 @@ | |||
17 | //config: default y | 17 | //config: default y |
18 | //config: select PLATFORM_LINUX | 18 | //config: select PLATFORM_LINUX |
19 | //config: help | 19 | //config: help |
20 | //config: Manage ethernet bridges. | 20 | //config: Manage ethernet bridges. |
21 | //config: Supports addbr/delbr and addif/delif. | 21 | //config: Supports addbr/delbr and addif/delif. |
22 | //config: | 22 | //config: |
23 | //config:config FEATURE_BRCTL_FANCY | 23 | //config:config FEATURE_BRCTL_FANCY |
24 | //config: bool "Fancy options" | 24 | //config: bool "Fancy options" |
25 | //config: default y | 25 | //config: default y |
26 | //config: depends on BRCTL | 26 | //config: depends on BRCTL |
27 | //config: help | 27 | //config: help |
28 | //config: Add support for extended option like: | 28 | //config: Add support for extended option like: |
29 | //config: setageing, setfd, sethello, setmaxage, | 29 | //config: setageing, setfd, sethello, setmaxage, |
30 | //config: setpathcost, setportprio, setbridgeprio, | 30 | //config: setpathcost, setportprio, setbridgeprio, |
31 | //config: stp | 31 | //config: stp |
32 | //config: This adds about 600 bytes. | 32 | //config: This adds about 600 bytes. |
33 | //config: | 33 | //config: |
34 | //config:config FEATURE_BRCTL_SHOW | 34 | //config:config FEATURE_BRCTL_SHOW |
35 | //config: bool "Support show" | 35 | //config: bool "Support show" |
36 | //config: default y | 36 | //config: default y |
37 | //config: depends on BRCTL && FEATURE_BRCTL_FANCY | 37 | //config: depends on BRCTL && FEATURE_BRCTL_FANCY |
38 | //config: help | 38 | //config: help |
39 | //config: Add support for option which prints the current config: | 39 | //config: Add support for option which prints the current config: |
40 | //config: show | 40 | //config: show |
41 | 41 | ||
42 | //applet:IF_BRCTL(APPLET(brctl, BB_DIR_USR_SBIN, BB_SUID_DROP)) | 42 | //applet:IF_BRCTL(APPLET(brctl, BB_DIR_USR_SBIN, BB_SUID_DROP)) |
43 | 43 | ||