summaryrefslogtreecommitdiffstats
path: root/openwrt
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-18 22:30:14 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-18 22:30:14 +0000
commit8e9b5ac57834b29f9bcd7db029c8c05186736d8a (patch)
tree0e0529e18014fb9398883d9032ddf341e487f899 /openwrt
parent0684f114f339e9337c0fe6f993c3fa403c73fd76 (diff)
fix typo in brcm-2.4 system code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@4003 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-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 b17b54394..e1bd00bae 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);