diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-06-12 09:22:53 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-06-12 09:22:53 +0000 |
commit | e0f10d0d472bd5cbaee8ce773f60e89225d9ff90 (patch) | |
tree | e12a4e3b982df07f665cfacb33ff500c3c758bb5 /target/linux/ixp4xx-2.6/patches | |
parent | 71ca530e8a06b6ea9f225b00e9db1ba8f5fffce9 (diff) | |
download | mtk-20170518-e0f10d0d472bd5cbaee8ce773f60e89225d9ff90.zip mtk-20170518-e0f10d0d472bd5cbaee8ce773f60e89225d9ff90.tar.gz mtk-20170518-e0f10d0d472bd5cbaee8ce773f60e89225d9ff90.tar.bz2 |
fix the wrt300n v2 patch
SVN-Revision: 7578
Diffstat (limited to 'target/linux/ixp4xx-2.6/patches')
-rw-r--r-- | target/linux/ixp4xx-2.6/patches/600-wrt300nv2.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ixp4xx-2.6/patches/600-wrt300nv2.patch b/target/linux/ixp4xx-2.6/patches/600-wrt300nv2.patch index 459fbd0..9697e5d 100644 --- a/target/linux/ixp4xx-2.6/patches/600-wrt300nv2.patch +++ b/target/linux/ixp4xx-2.6/patches/600-wrt300nv2.patch @@ -222,8 +222,8 @@ diff -Nur linux-2.6.19.2/include/asm-arm/arch-ixp4xx/uncompress.h linux-2.6.19.2 /* * Some boards are using UART2 as console */ -- if (machine_is_adi_coyote() || machine_is_gtwx5715() || machine_is_gateway7001() || machine_is_wg302v2() || machine_is_pronghorn() || machine_is_pronghorn_metro()) -+ if (machine_is_adi_coyote() || machine_is_gtwx5715() || machine_is_gateway7001() || machine_is_wg302v2() || machine_is_pronghorn() || machine_is_pronghorn_metro() || machine_is_wrt300nv2()) +- if (machine_is_adi_coyote() || machine_is_gtwx5715() || machine_is_gateway7001() || machine_is_wg302v2() || machine_is_pronghorn_metro()) ++ if (machine_is_adi_coyote() || machine_is_gtwx5715() || machine_is_gateway7001() || machine_is_wg302v2() || machine_is_pronghorn_metro() || machine_is_wrt300nv2()) uart_base = (volatile u32*) IXP4XX_UART2_BASE_PHYS; else uart_base = (volatile u32*) IXP4XX_UART1_BASE_PHYS; |