aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-18 22:30:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-18 22:30:14 +0000
commit672c781f28e761f5a74ae2178e7e92fa2ca633e4 (patch)
tree41715b8e60bf33819b8d6ef87f34b2c9cf703b63
parent3ccaf7c93dc2b37ebaaab1d45f9499a004423709 (diff)
downloadupstream-672c781f28e761f5a74ae2178e7e92fa2ca633e4.tar.gz
upstream-672c781f28e761f5a74ae2178e7e92fa2ca633e4.tar.bz2
upstream-672c781f28e761f5a74ae2178e7e92fa2ca633e4.zip
fix typo in brcm-2.4 system code
SVN-Revision: 4003
-rw-r--r--openwrt/target/linux/brcm-2.4/patches/001-bcm47xx.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/brcm-2.4/patches/001-bcm47xx.patch b/openwrt/target/linux/brcm-2.4/patches/001-bcm47xx.patch
index b17b543945..e1bd00bae2 100644
--- a/openwrt/target/linux/brcm-2.4/patches/001-bcm47xx.patch
+++ b/openwrt/target/linux/brcm-2.4/patches/001-bcm47xx.patch
@@ -11723,7 +11723,7 @@ diff -urN linux.old/arch/mips/bcm947xx/sbpci.c linux.dev/arch/mips/bcm947xx/sbpc
+ return -1;
+ }
+
-+ if ((chip == 0x4710) && (chiprev == 0))
++ if ((chip == 0x4310) && (chiprev == 0))
+ pci_disabled = TRUE;
+
+ sb = (sbconfig_t *)((ulong) pci + SBCONFIGOFF);