From e68bb5af4a4f2892c77d9a098a0ebc314916cd6f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 18 Jun 2006 22:30:14 +0000 Subject: [PATCH] fix typo in brcm-2.4 system code SVN-Revision: 4003 --- openwrt/target/linux/brcm-2.4/patches/001-bcm47xx.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b17b543945..e1bd00bae2 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); -- 2.25.1