aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/patches-2.6.24
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-04-19 18:13:24 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-04-19 18:13:24 +0000
commit27d341022c302a5d12e3cdad035358a20f72e3e1 (patch)
tree2f22bd9048a588ffb519b71533c136ba58ff6135 /target/linux/ixp4xx/patches-2.6.24
parent31ad2bd821a07bcb01f56dbfe68e85c0c3a1e3f2 (diff)
downloadupstream-27d341022c302a5d12e3cdad035358a20f72e3e1.tar.gz
upstream-27d341022c302a5d12e3cdad035358a20f72e3e1.tar.bz2
upstream-27d341022c302a5d12e3cdad035358a20f72e3e1.zip
we can't handle the switch on the GW2345 yet, but we cna support the GW2355
SVN-Revision: 10868
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.24')
-rw-r--r--target/linux/ixp4xx/patches-2.6.24/300-avila_fetch_mac.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.24/300-avila_fetch_mac.patch b/target/linux/ixp4xx/patches-2.6.24/300-avila_fetch_mac.patch
index ce0d73042d..cedeb84694 100644
--- a/target/linux/ixp4xx/patches-2.6.24/300-avila_fetch_mac.patch
+++ b/target/linux/ixp4xx/patches-2.6.24/300-avila_fetch_mac.patch
@@ -40,11 +40,6 @@ Index: linux-2.6.24.2/arch/arm/mach-ixp4xx/avila-setup.c
+ .npeb_phy = 0,
+ .npec_phy = 1,
+ }, {
-+ .model = "GW2345",
-+ .npes_used = 2,
-+ .npeb_phy = 0,
-+ .npec_phy = 1,
-+ }, {
+ .model = "GW2347",
+ .npes_used = 1,
+ .npeb_phy = 1,
@@ -63,6 +58,11 @@ Index: linux-2.6.24.2/arch/arm/mach-ixp4xx/avila-setup.c
+ .npes_used = 1,
+ .npeb_phy = 1,
+ }, {
++ .model = "GW2355",
++ .npes_used = 2,
++ .npeb_phy = -1,
++ .npec_phy = 1,
++ }, {
+ .model = "GW2357",
+ .npes_used = 1,
+ .npeb_phy = 1,