lantiq: enable portmaps again and set max port to 2
authorJohn Crispin <john@openwrt.org>
Tue, 7 May 2013 10:58:52 +0000 (10:58 +0000)
committerJohn Crispin <john@openwrt.org>
Tue, 7 May 2013 10:58:52 +0000 (10:58 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36573

target/linux/lantiq/patches-3.8/0025-NET-MIPS-lantiq-adds-xrx200-net.patch

index ff83163e792788c8a255050b94a7ded8b592f99f..e1ffe06cc701a03091903529bca110fbda537ee8 100644 (file)
@@ -244,11 +244,11 @@ Subject: [PATCH 25/40] NET: MIPS: lantiq: adds xrx200-net
 +
 +#define SW_POLLING
 +#define SW_ROUTING
-+//#define SW_PORTMAP
++#define SW_PORTMAP
 +
 +#ifdef SW_ROUTING
 +  #ifdef SW_PORTMAP
-+#define XRX200_MAX_DEV                7
++#define XRX200_MAX_DEV                2
 +  #else
 +#define XRX200_MAX_DEV                2
 +  #endif