diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-06-28 16:08:28 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-06-28 16:08:28 +0000 |
commit | 031f500ae4cfcd16e8bc6790d190cf6873134a2b (patch) | |
tree | b9fb2809033747d4da7a8f9450be041e721df243 /target/linux/adm5120-2.6/patches/007-adm5120_pci.patch | |
parent | 01b4fd853ad81d806eb6b63fc90dcdbabaabc10b (diff) | |
download | upstream-031f500ae4cfcd16e8bc6790d190cf6873134a2b.tar.gz upstream-031f500ae4cfcd16e8bc6790d190cf6873134a2b.tar.bz2 upstream-031f500ae4cfcd16e8bc6790d190cf6873134a2b.zip |
update to 2.6.22-rc6
SVN-Revision: 7758
Diffstat (limited to 'target/linux/adm5120-2.6/patches/007-adm5120_pci.patch')
-rw-r--r-- | target/linux/adm5120-2.6/patches/007-adm5120_pci.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/adm5120-2.6/patches/007-adm5120_pci.patch b/target/linux/adm5120-2.6/patches/007-adm5120_pci.patch index 1098a24ba8..18839cf362 100644 --- a/target/linux/adm5120-2.6/patches/007-adm5120_pci.patch +++ b/target/linux/adm5120-2.6/patches/007-adm5120_pci.patch @@ -1,17 +1,17 @@ -Index: linux-2.6.21.1/arch/mips/pci/Makefile +Index: linux-2.6.22-rc6/arch/mips/pci/Makefile =================================================================== ---- linux-2.6.21.1.orig/arch/mips/pci/Makefile -+++ linux-2.6.21.1/arch/mips/pci/Makefile -@@ -53,3 +53,4 @@ obj-$(CONFIG_TOSHIBA_RBTX4938) += fixup- +--- linux-2.6.22-rc6.orig/arch/mips/pci/Makefile ++++ linux-2.6.22-rc6/arch/mips/pci/Makefile +@@ -50,3 +50,4 @@ obj-$(CONFIG_TOSHIBA_RBTX4938) += fixup- obj-$(CONFIG_VICTOR_MPC30X) += fixup-mpc30x.o obj-$(CONFIG_ZAO_CAPCELLA) += fixup-capcella.o obj-$(CONFIG_WR_PPMC) += fixup-wrppmc.o +obj-$(CONFIG_PCI_ADM5120) += fixup-adm5120.o ops-adm5120.o pci-adm5120.o -Index: linux-2.6.21.1/include/linux/pci_ids.h +Index: linux-2.6.22-rc6/include/linux/pci_ids.h =================================================================== ---- linux-2.6.21.1.orig/include/linux/pci_ids.h -+++ linux-2.6.21.1/include/linux/pci_ids.h -@@ -1701,6 +1701,9 @@ +--- linux-2.6.22-rc6.orig/include/linux/pci_ids.h ++++ linux-2.6.22-rc6/include/linux/pci_ids.h +@@ -1712,6 +1712,9 @@ #define PCI_VENDOR_ID_ESDGMBH 0x12fe #define PCI_DEVICE_ID_ESDGMBH_CPCIASIO4 0x0111 |