diff options
Diffstat (limited to 'package/busybox/patches/802-brctl_linux24.patch')
-rw-r--r-- | package/busybox/patches/802-brctl_linux24.patch | 4 |
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 9081e5adc4..09ee8be1ee 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. */ |