lantiq: enable portmaps again and set max port to 2

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 36573
lede-17.01
John Crispin 2013-05-07 10:58:52 +00:00
parent 036fb79052
commit eb10f052ce
1 changed files with 2 additions and 2 deletions

View 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