diff options
author | John Crispin <john@openwrt.org> | 2010-05-26 15:53:05 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2010-05-26 15:53:05 +0000 |
commit | 0ab7d18462b9ea1d46191aedb16d4380d3c1aa0a (patch) | |
tree | 989917a6eaa2f9f099e384be750c1ccae3b9380b /target/linux/ramips/patches-2.6.34/102-rt288x-pci-driver-hook.patch | |
parent | e583494eca8890681218b3b5ca00d61a35d153e2 (diff) | |
download | upstream-0ab7d18462b9ea1d46191aedb16d4380d3c1aa0a.tar.gz upstream-0ab7d18462b9ea1d46191aedb16d4380d3c1aa0a.tar.bz2 upstream-0ab7d18462b9ea1d46191aedb16d4380d3c1aa0a.zip |
update to 2.6.34, signed of by russiane39, thx
SVN-Revision: 21573
Diffstat (limited to 'target/linux/ramips/patches-2.6.34/102-rt288x-pci-driver-hook.patch')
-rw-r--r-- | target/linux/ramips/patches-2.6.34/102-rt288x-pci-driver-hook.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ramips/patches-2.6.34/102-rt288x-pci-driver-hook.patch b/target/linux/ramips/patches-2.6.34/102-rt288x-pci-driver-hook.patch new file mode 100644 index 0000000000..d2056c6465 --- /dev/null +++ b/target/linux/ramips/patches-2.6.34/102-rt288x-pci-driver-hook.patch @@ -0,0 +1,10 @@ +--- a/arch/mips/pci/Makefile ++++ b/arch/mips/pci/Makefile +@@ -55,6 +55,7 @@ obj-$(CONFIG_ZAO_CAPCELLA) += fixup-capc + obj-$(CONFIG_WR_PPMC) += fixup-wrppmc.o + obj-$(CONFIG_MIKROTIK_RB532) += pci-rc32434.o ops-rc32434.o fixup-rc32434.o + obj-$(CONFIG_CPU_CAVIUM_OCTEON) += pci-octeon.o pcie-octeon.o ++obj-$(CONFIG_SOC_RT288X) += pci-rt288x.o + + ifdef CONFIG_PCI_MSI + obj-$(CONFIG_CPU_CAVIUM_OCTEON) += msi-octeon.o |