summaryrefslogtreecommitdiff
path: root/package/busybox/patches/003-brctl_show_fix.patch
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-08-15 09:53:21 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-08-15 09:53:21 +0000
commite0d13e77d09997a13c73b58dd3e6232d45c8d1a5 (patch)
tree6713ede79915815b117035c65a1ce7a8c87bf7bf /package/busybox/patches/003-brctl_show_fix.patch
parent462dabc7f55d5e5f0aa7d63c10b66e25a091f405 (diff)
downloadmtk-20170518-e0d13e77d09997a13c73b58dd3e6232d45c8d1a5.zip
mtk-20170518-e0d13e77d09997a13c73b58dd3e6232d45c8d1a5.tar.gz
mtk-20170518-e0d13e77d09997a13c73b58dd3e6232d45c8d1a5.tar.bz2
package/busybox: update to busybox-1.7.1, include upstream patches
SVN-Revision: 22659
Diffstat (limited to 'package/busybox/patches/003-brctl_show_fix.patch')
-rw-r--r--package/busybox/patches/003-brctl_show_fix.patch14
1 files changed, 4 insertions, 10 deletions
diff --git a/package/busybox/patches/003-brctl_show_fix.patch b/package/busybox/patches/003-brctl_show_fix.patch
index b921c78..9a0e4e1 100644
--- a/package/busybox/patches/003-brctl_show_fix.patch
+++ b/package/busybox/patches/003-brctl_show_fix.patch
@@ -18,20 +18,14 @@
};
int fd;
---- a/networking/Config.in
-+++ b/networking/Config.in
-@@ -77,12 +77,12 @@ config FEATURE_BRCTL_FANCY
+--- a/networking/Config.src
++++ b/networking/Config.src
+@@ -79,7 +79,7 @@ config FEATURE_BRCTL_FANCY
This adds about 600 bytes.
config FEATURE_BRCTL_SHOW
- bool "Support show, showmac and showstp"
+ bool "Support show"
- default n
+ 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"