diff options
| author | John Crispin <john@openwrt.org> | 2013-05-07 10:58:52 +0000 |
|---|---|---|
| committer | John Crispin <john@openwrt.org> | 2013-05-07 10:58:52 +0000 |
| commit | eb10f052ce5bb26ed72ca241f70886368df3dcdc (patch) | |
| tree | dca65cfbbf9e96ed41249aff28b3873fdc94fe0a | |
| parent | 036fb79052a8b02fa1ae50f16862dc0ccbc439e4 (diff) | |
| download | upstream-eb10f052ce5bb26ed72ca241f70886368df3dcdc.tar.gz upstream-eb10f052ce5bb26ed72ca241f70886368df3dcdc.tar.bz2 upstream-eb10f052ce5bb26ed72ca241f70886368df3dcdc.zip | |
lantiq: enable portmaps again and set max port to 2
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36573
| -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 ff83163e792..e1ffe06cc70 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 |
