diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-04-29 20:54:06 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-04-29 20:54:06 +0000 |
commit | 8bd08ae607a7097b3b27d52bb271c43915c42a40 (patch) | |
tree | 89e30bc438d26777c92454859348682312f2bea5 | |
parent | cfef3688dc850783df0516ee1dc6147b6b3bdffc (diff) | |
download | upstream-8bd08ae607a7097b3b27d52bb271c43915c42a40.tar.gz upstream-8bd08ae607a7097b3b27d52bb271c43915c42a40.tar.bz2 upstream-8bd08ae607a7097b3b27d52bb271c43915c42a40.zip |
fix the wan phy on the GW2355 - thanks, Chris ;)
SVN-Revision: 10985
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.24/300-avila_fetch_mac.patch | 2 |
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); +} + |