projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
brcm47xx: backport patch from kernel 2.6.37
[openwrt.git]
/
package
/
busybox
/
patches
/
802-brctl_linux24.patch
diff --git
a/package/busybox/patches/802-brctl_linux24.patch
b/package/busybox/patches/802-brctl_linux24.patch
index
9081e5a
..
09ee8be
100644
(file)
--- 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
/* 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. */
#endif
/* Use internal number parsing and not the "exact" conversion. */
This page took
0.022933 seconds
and
4
git commands to generate.