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 | 56f2c08f0f5d2db087da69a1b33577d7840e7b95 (patch) | |
| tree | 0e0529e18014fb9398883d9032ddf341e487f899 | |
| parent | 5a0bc890c1adb57776ac373256a1bf463d37f236 (diff) | |
| download | upstream-56f2c08f0f5d2db087da69a1b33577d7840e7b95.tar.gz upstream-56f2c08f0f5d2db087da69a1b33577d7840e7b95.tar.bz2 upstream-56f2c08f0f5d2db087da69a1b33577d7840e7b95.zip | |
fix typo in brcm-2.4 system code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@4003 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -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 b17b5439452..e1bd00bae2d 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); |
