mark uclibc nptl and snapshot as broken
[openwrt.git] / package / busybox / config / networking / Config.in
index 3da608d..0a79cdd 100644 (file)
@@ -49,14 +49,14 @@ config BUSYBOX_CONFIG_ARPING
 
 config BUSYBOX_CONFIG_BRCTL
        bool "brctl"
-       default n
+       default y
        help
          Manage ethernet bridges.
          Supports addbr/delbr and addif/delif.
 
 config BUSYBOX_CONFIG_FEATURE_BRCTL_FANCY
        bool "Fancy options"
-       default n
+       default y
        depends on BUSYBOX_CONFIG_BRCTL
        help
          Add support for extended option like:
@@ -66,12 +66,12 @@ config BUSYBOX_CONFIG_FEATURE_BRCTL_FANCY
          This adds about 600 bytes.
 
 config BUSYBOX_CONFIG_FEATURE_BRCTL_SHOW
-       bool "Support show, showmac and showstp"
-       default n
+       bool "Support show"
+       default y
        depends on BUSYBOX_CONFIG_BRCTL && BUSYBOX_CONFIG_FEATURE_BRCTL_FANCY
        help
          Add support for option which prints the current config:
-           showmacs, showstp, show
+           show
 
 config BUSYBOX_CONFIG_DNSD
        bool "dnsd"
@@ -235,7 +235,7 @@ config BUSYBOX_CONFIG_FEATURE_HTTPD_ERROR_PAGES
 
 config BUSYBOX_CONFIG_FEATURE_HTTPD_PROXY
        bool "Support for reverse proxy"
-       default n
+       default y
        depends on BUSYBOX_CONFIG_HTTPD
        help
          This option allows you to define URLs that will be forwarded
This page took 0.021393 seconds and 4 git commands to generate.