summaryrefslogtreecommitdiffstats
path: root/target/linux
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
commitcee33e241a7974dc808b91a325d6777fc18280c0 (patch)
treeda2e1f2f0c0fd9fcd2e4f1aa79ea8c2bb3c4dd05 /target/linux
parentb055a29bca742903b55bd76bef074934575c8978 (diff)
fix typo in brcm-2.4 system code
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4003 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/brcm-2.4/patches/001-bcm47xx.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm-2.4/patches/001-bcm47xx.patch b/target/linux/brcm-2.4/patches/001-bcm47xx.patch
index b17b54394..e1bd00bae 100644
--- a/target/linux/brcm-2.4/patches/001-bcm47xx.patch
+++ b/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);