From: John Crispin Date: Tue, 7 May 2013 10:58:52 +0000 (+0000) Subject: lantiq: enable portmaps again and set max port to 2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=eb10f052ce5bb26ed72ca241f70886368df3dcdc;p=librecmc%2Flibrecmc.git lantiq: enable portmaps again and set max port to 2 Signed-off-by: John Crispin SVN-Revision: 36573 --- 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 ff83163e79..e1ffe06cc7 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