diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 06:33:18 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 06:33:18 +0000 |
commit | 12dce71cd11ca47dee95a6a7c18090892574d7f3 (patch) | |
tree | 9ef21b32f930277c9b50012fdec6860cde9789f5 /target/linux/adm5120/patches-2.6.25/007-adm5120_pci.patch | |
parent | 925ad245e090f4d0da3cf902e28b79fdc7206996 (diff) | |
download | upstream-12dce71cd11ca47dee95a6a7c18090892574d7f3.tar.gz upstream-12dce71cd11ca47dee95a6a7c18090892574d7f3.tar.bz2 upstream-12dce71cd11ca47dee95a6a7c18090892574d7f3.zip |
refresh kernel patches
SVN-Revision: 11193
Diffstat (limited to 'target/linux/adm5120/patches-2.6.25/007-adm5120_pci.patch')
-rw-r--r-- | target/linux/adm5120/patches-2.6.25/007-adm5120_pci.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/adm5120/patches-2.6.25/007-adm5120_pci.patch b/target/linux/adm5120/patches-2.6.25/007-adm5120_pci.patch index 2da99bacb9..d113fd3ce4 100644 --- a/target/linux/adm5120/patches-2.6.25/007-adm5120_pci.patch +++ b/target/linux/adm5120/patches-2.6.25/007-adm5120_pci.patch @@ -1,16 +1,16 @@ -Index: linux-2.6.25/arch/mips/pci/Makefile +Index: linux-2.6.25.4/arch/mips/pci/Makefile =================================================================== ---- linux-2.6.25.orig/arch/mips/pci/Makefile -+++ linux-2.6.25/arch/mips/pci/Makefile +--- linux-2.6.25.4.orig/arch/mips/pci/Makefile ++++ linux-2.6.25.4/arch/mips/pci/Makefile @@ -48,3 +48,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) += pci-adm5120.o -Index: linux-2.6.25/include/linux/pci_ids.h +Index: linux-2.6.25.4/include/linux/pci_ids.h =================================================================== ---- linux-2.6.25.orig/include/linux/pci_ids.h -+++ linux-2.6.25/include/linux/pci_ids.h +--- linux-2.6.25.4.orig/include/linux/pci_ids.h ++++ linux-2.6.25.4/include/linux/pci_ids.h @@ -1704,6 +1704,9 @@ #define PCI_VENDOR_ID_ESDGMBH 0x12fe #define PCI_DEVICE_ID_ESDGMBH_CPCIASIO4 0x0111 |