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 | 672c781f28e761f5a74ae2178e7e92fa2ca633e4 (patch) | |
| tree | 41715b8e60bf33819b8d6ef87f34b2c9cf703b63 | |
| parent | 3ccaf7c93dc2b37ebaaab1d45f9499a004423709 (diff) | |
| download | mtk-20170518-672c781f28e761f5a74ae2178e7e92fa2ca633e4.zip mtk-20170518-672c781f28e761f5a74ae2178e7e92fa2ca633e4.tar.gz mtk-20170518-672c781f28e761f5a74ae2178e7e92fa2ca633e4.tar.bz2 | |
fix typo in brcm-2.4 system code
SVN-Revision: 4003
| -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); |
