diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-05-07 10:58:52 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-05-07 10:58:52 +0000 |
commit | 9b7f8a0453daaebb29a2b435b93407c2e99a03a2 (patch) | |
tree | 4949d7b435c5c179454938112145758467b7f6b7 /target | |
parent | 1f9d91eda56c099de436bb9d6b6b53f47446643b (diff) |
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
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/patches-3.8/0025-NET-MIPS-lantiq-adds-xrx200-net.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/patches-3.8/0025-NET-MIPS-lantiq-adds-xrx200-net.patch b/target/linux/lantiq/patches-3.8/0025-NET-MIPS-lantiq-adds-xrx200-net.patch index ff83163e7..e1ffe06cc 100644 --- a/target/linux/lantiq/patches-3.8/0025-NET-MIPS-lantiq-adds-xrx200-net.patch +++ b/target/linux/lantiq/patches-3.8/0025-NET-MIPS-lantiq-adds-xrx200-net.patch @@ -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 |