ip link: add VLAN support
[oweals/busybox.git] / networking / Config.src
index fb7dca7d49146c2395e3e6afdb58c77720477fbf..e1ae0c9d54d642ffc3fd17d11eb61e212f5de010 100644 (file)
@@ -82,12 +82,12 @@ config FEATURE_BRCTL_FANCY
          This adds about 600 bytes.
 
 config FEATURE_BRCTL_SHOW
-       bool "Support show, showmac and showstp"
+       bool "Support show"
        default y
        depends on BRCTL && FEATURE_BRCTL_FANCY
        help
          Add support for option which prints the current config:
-           showmacs, showstp, show
+           show
 
 config DNSD
        bool "dnsd"
@@ -945,8 +945,8 @@ config WGET
        bool "wget"
        default y
        help
-         wget is a utility for non-interactive download of files from HTTP,
-         HTTPS, and FTP servers.
+         wget is a utility for non-interactive download of files from HTTP
+         and FTP servers.
 
 config FEATURE_WGET_STATUSBAR
        bool "Enable a nifty process meter (+2k)"