projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
kernel: fix a relative addressing bug in the mips module relocation code change
[openwrt.git]
/
target
/
linux
/
brcm47xx
/
patches-2.6.28
/
100-board_support.patch
diff --git
a/target/linux/brcm47xx/patches-2.6.28/100-board_support.patch
b/target/linux/brcm47xx/patches-2.6.28/100-board_support.patch
index
c6428ac
..
ac5d912
100644
(file)
--- a/
target/linux/brcm47xx/patches-2.6.28/100-board_support.patch
+++ b/
target/linux/brcm47xx/patches-2.6.28/100-board_support.patch
@@
-15,7
+15,7
@@
extern char *system_type;
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
-@@ -206
8,6 +2068
,7 @@
+@@ -206
9,6 +2069
,7 @@
#define PCI_DEVICE_ID_TIGON3_5906M 0x1713
#define PCI_DEVICE_ID_BCM4401 0x4401
#define PCI_DEVICE_ID_BCM4401B0 0x4402
This page took
0.021792 seconds
and
4
git commands to generate.