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 | e68bb5af4a4f2892c77d9a098a0ebc314916cd6f (patch) | |
| tree | fa29c459b950632057669cbfb6e0b72a62614acd /openwrt/target/linux | |
| parent | 6f3aa200b3011fc296f167a57f99ad04b68c48b1 (diff) | |
| download | mtk-20170518-e68bb5af4a4f2892c77d9a098a0ebc314916cd6f.zip mtk-20170518-e68bb5af4a4f2892c77d9a098a0ebc314916cd6f.tar.gz mtk-20170518-e68bb5af4a4f2892c77d9a098a0ebc314916cd6f.tar.bz2 | |
fix typo in brcm-2.4 system code
SVN-Revision: 4003
Diffstat (limited to 'openwrt/target/linux')
| -rw-r--r-- | openwrt/target/linux/brcm-2.4/patches/001-bcm47xx.patch | 2 |
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 b17b543..e1bd00b 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); |
