From e0d13e77d09997a13c73b58dd3e6232d45c8d1a5 Mon Sep 17 00:00:00 2001 From: "Alexandros C. Couloumbis" Date: Sun, 15 Aug 2010 09:53:21 +0000 Subject: package/busybox: update to busybox-1.7.1, include upstream patches SVN-Revision: 22659 --- package/busybox/patches/802-brctl_linux24.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '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 --- 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. */ -- cgit v1.1