aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-04-29 20:54:06 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-04-29 20:54:06 +0000
commitfc97b6c123772d2b5715fce11a88e7debde97d4f (patch)
tree897df7007c204cddadd0dd38d7bcd65a777a0115 /target/linux/ixp4xx
parentbb113cedc9c72bdf6b14e27f120e6a3bfda3b29b (diff)
downloadmaster-187ad058-fc97b6c123772d2b5715fce11a88e7debde97d4f.tar.gz
master-187ad058-fc97b6c123772d2b5715fce11a88e7debde97d4f.tar.bz2
master-187ad058-fc97b6c123772d2b5715fce11a88e7debde97d4f.zip
fix the wan phy on the GW2355 - thanks, Chris ;)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10985 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx')
-rw-r--r--target/linux/ixp4xx/patches-2.6.24/300-avila_fetch_mac.patch2
1 files changed, 1 insertions, 1 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 e4ad7a689b..e35ddbe334 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
@@ -84,7 +84,7 @@ Index: linux-2.6.24.2/arch/arm/mach-ixp4xx/avila-setup.c
+ avila_npeb_data.phy_mask = 0x1e; /* ports 1-4 of the KS8995 switch */
+ platform_device_register(&avila_npeb_device);
+
-+ avila_npec_data.phy = 5;
++ avila_npec_data.phy = 16;
+ platform_device_register(&avila_npec_device);
+}
+