mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
lantiq: enable portmaps again and set max port to 2
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36573 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e5d66838cf
commit
8a699d1704
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user