diff options
author | John Crispin <blogic@openwrt.org> | 2013-04-25 19:03:25 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-04-25 19:03:25 +0000 |
commit | f8a2ed97dff759a9b6b9519e207816895d8d06d0 (patch) | |
tree | 7324e83d44fd08bc5b87b03c2c5ef998ff75d39b /target/linux | |
parent | bf46e96234708e60ac7adfccd16df980e91d9c1a (diff) | |
download | upstream-f8a2ed97dff759a9b6b9519e207816895d8d06d0.tar.gz upstream-f8a2ed97dff759a9b6b9519e207816895d8d06d0.tar.bz2 upstream-f8a2ed97dff759a9b6b9519e207816895d8d06d0.zip |
lantiq: disable sw portmaps on xrx200 ethernet as segment solation does not work yet
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36441 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/lantiq/patches-3.8/0025-NET-MIPS-lantiq-adds-xrx200-net.patch | 2 |
1 files changed, 1 insertions, 1 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 088d8c9e2d..ff83163e79 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,7 +244,7 @@ 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 |