package/busybox: update to busybox-1.7.1, include upstream patches

SVN-Revision: 22659
This commit is contained in:
Alexandros C. Couloumbis
2010-08-15 09:53:21 +00:00
parent 462dabc7f5
commit e0d13e77d0
18 changed files with 325 additions and 229 deletions

View File

@@ -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. */