summaryrefslogtreecommitdiff
path: root/package/busybox/patches/802-brctl_linux24.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/802-brctl_linux24.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/802-brctl_linux24.patch')
-rw-r--r--package/busybox/patches/802-brctl_linux24.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/patches/802-brctl_linux24.patch b/package/busybox/patches/802-brctl_linux24.patch
index 9081e5a..09ee8be 100644
--- a/package/busybox/patches/802-brctl_linux24.patch
+++ b/package/busybox/patches/802-brctl_linux24.patch
@@ -4,8 +4,8 @@
/* Maximum number of ports supported per bridge interface. */
#ifndef MAX_PORTS
--#define MAX_PORTS 32
-+#define MAX_PORTS 1024
+-# define MAX_PORTS 32
++# define MAX_PORTS 1024
#endif
/* Use internal number parsing and not the "exact" conversion. */