diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-06-18 22:30:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-18 22:30:14 +0000 |
commit | cfdb74fabd4659a25fe181e193f8c5d707629e15 (patch) | |
tree | da2e1f2f0c0fd9fcd2e4f1aa79ea8c2bb3c4dd05 /target/linux/brcm-2.4/patches | |
parent | 4593c7372217f2959ede5fc05b55d6f49b03a6df (diff) | |
download | upstream-cfdb74fabd4659a25fe181e193f8c5d707629e15.tar.gz upstream-cfdb74fabd4659a25fe181e193f8c5d707629e15.tar.bz2 upstream-cfdb74fabd4659a25fe181e193f8c5d707629e15.zip |
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/brcm-2.4/patches')
-rw-r--r-- | target/linux/brcm-2.4/patches/001-bcm47xx.patch | 2 |
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 b17b543945..e1bd00bae2 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); |