diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-06 07:17:02 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-06 07:17:02 +0000 |
commit | 278a1c22645263f1a82bb3437345e3d96c3f13eb (patch) | |
tree | 1e9f967ca896674212d8aecb17919bacbb4c1515 /networking/Config.in | |
parent | ad4da989e3767cdf4620725c16908b4f99dbe2c9 (diff) | |
download | busybox-w32-278a1c22645263f1a82bb3437345e3d96c3f13eb.tar.gz busybox-w32-278a1c22645263f1a82bb3437345e3d96c3f13eb.tar.bz2 busybox-w32-278a1c22645263f1a82bb3437345e3d96c3f13eb.zip |
brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)
function old new delta
brctl_main 739 1186 +447
if_indextoname - 104 +104
static.keywords 827 841 +14
static.ops - 7 +7
packed_usage 23978 23976 -2
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/networking/Config.in b/networking/Config.in index f0a93078e..f7f189cd6 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -54,14 +54,6 @@ config BRCTL | |||
54 | Manage ethernet bridges. | 54 | Manage ethernet bridges. |
55 | Supports addbr/delbr and addif/delif. | 55 | Supports addbr/delbr and addif/delif. |
56 | 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 | 57 | config FEATURE_BRCTL_FANCY |
66 | bool "Fancy options" | 58 | bool "Fancy options" |
67 | default n | 59 | default n |
@@ -73,6 +65,14 @@ config FEATURE_BRCTL_FANCY | |||
73 | stp | 65 | stp |
74 | This adds about 600 bytes. | 66 | This adds about 600 bytes. |
75 | 67 | ||
68 | config FEATURE_BRCTL_SHOW | ||
69 | bool "Support show, showmac and showstp" | ||
70 | default n | ||
71 | depends on BRCTL && FEATURE_BRCTL_FANCY | ||
72 | help | ||
73 | Add support for option which prints the current config: | ||
74 | showmacs, showstp, show | ||
75 | |||
76 | config DNSD | 76 | config DNSD |
77 | bool "dnsd" | 77 | bool "dnsd" |
78 | default n | 78 | default n |