diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-07-03 15:02:06 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-07-03 15:02:06 +0000 |
commit | 0fde070cf96233b124204a0e061897270b060e4c (patch) | |
tree | 8c1f10a682895d2d881e4e3e91312dbaace6cc6d /target/linux/ramips/patches-2.6.39/102-rt288x-pci-driver-hook.patch | |
parent | 1c96bc9abc83c9260788631829060fcb1dabc877 (diff) | |
download | upstream-0fde070cf96233b124204a0e061897270b060e4c.tar.gz upstream-0fde070cf96233b124204a0e061897270b060e4c.tar.bz2 upstream-0fde070cf96233b124204a0e061897270b060e4c.zip |
ramips: add 2.6.39 support
Based on the patches from #9625
SVN-Revision: 27396
Diffstat (limited to 'target/linux/ramips/patches-2.6.39/102-rt288x-pci-driver-hook.patch')
-rw-r--r-- | target/linux/ramips/patches-2.6.39/102-rt288x-pci-driver-hook.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ramips/patches-2.6.39/102-rt288x-pci-driver-hook.patch b/target/linux/ramips/patches-2.6.39/102-rt288x-pci-driver-hook.patch new file mode 100644 index 0000000000..d2056c6465 --- /dev/null +++ b/target/linux/ramips/patches-2.6.39/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 |