projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4593c73
)
fix typo in brcm-2.4 system code
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 18 Jun 2006 22:30:14 +0000
(22:30 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 18 Jun 2006 22:30:14 +0000
(22:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4003
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/brcm-2.4/patches/001-bcm47xx.patch
patch
|
blob
|
history
diff --git
a/target/linux/brcm-2.4/patches/001-bcm47xx.patch
b/target/linux/brcm-2.4/patches/001-bcm47xx.patch
index
b17b543
..
e1bd00b
100644
(file)
--- 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 == 0x4
7
10) && (chiprev == 0))
++ if ((chip == 0x4
3
10) && (chiprev == 0))
+ pci_disabled = TRUE;
+
+ sb = (sbconfig_t *)((ulong) pci + SBCONFIGOFF);