lantiq: enable portmaps again and set max port to 2
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36573
This commit is contained in:
@@ -244,11 +244,11 @@ Subject: [PATCH 25/40] NET: MIPS: lantiq: adds xrx200-net
|
|||||||
+
|
+
|
||||||
+#define SW_POLLING
|
+#define SW_POLLING
|
||||||
+#define SW_ROUTING
|
+#define SW_ROUTING
|
||||||
+//#define SW_PORTMAP
|
+#define SW_PORTMAP
|
||||||
+
|
+
|
||||||
+#ifdef SW_ROUTING
|
+#ifdef SW_ROUTING
|
||||||
+ #ifdef SW_PORTMAP
|
+ #ifdef SW_PORTMAP
|
||||||
+#define XRX200_MAX_DEV 7
|
+#define XRX200_MAX_DEV 2
|
||||||
+ #else
|
+ #else
|
||||||
+#define XRX200_MAX_DEV 2
|
+#define XRX200_MAX_DEV 2
|
||||||
+ #endif
|
+ #endif
|
||||||
|
|||||||
Reference in New Issue
Block a user