diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-01-26 09:57:38 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-01-26 09:57:38 +0000 |
commit | b34feab713e53f9c6d852c2c256438e936744ab4 (patch) | |
tree | f21d954cef6d0d5ceff33b04bb4c5a07946c4a32 /target/linux/ramips/patches-2.6.32/102-rt288x-pci-driver-hook.patch | |
parent | c5ac3f64aba4ee79db164618f00727dfca0d9ade (diff) | |
download | upstream-b34feab713e53f9c6d852c2c256438e936744ab4.tar.gz upstream-b34feab713e53f9c6d852c2c256438e936744ab4.tar.bz2 upstream-b34feab713e53f9c6d852c2c256438e936744ab4.zip |
ramips: add preliminary support for 2.6.32
SVN-Revision: 19343
Diffstat (limited to 'target/linux/ramips/patches-2.6.32/102-rt288x-pci-driver-hook.patch')
-rw-r--r-- | target/linux/ramips/patches-2.6.32/102-rt288x-pci-driver-hook.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ramips/patches-2.6.32/102-rt288x-pci-driver-hook.patch b/target/linux/ramips/patches-2.6.32/102-rt288x-pci-driver-hook.patch new file mode 100644 index 0000000000..d2056c6465 --- /dev/null +++ b/target/linux/ramips/patches-2.6.32/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 |