diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-02-14 17:32:42 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-02-14 17:32:42 +0000 |
commit | 784be92e398ef9b1c26caaf617af0f3bfc2ee91b (patch) | |
tree | dcbe7f507d881b56b7d6746da9ed3131a964794e /target/linux/ramips/patches-2.6.39 | |
parent | 10f00dc48b1eceb2c5219b0ff9ddb42f782797bf (diff) | |
download | upstream-784be92e398ef9b1c26caaf617af0f3bfc2ee91b.tar.gz upstream-784be92e398ef9b1c26caaf617af0f3bfc2ee91b.tar.bz2 upstream-784be92e398ef9b1c26caaf617af0f3bfc2ee91b.zip |
ramips: rt3883: add PCI support
SVN-Revision: 30527
Diffstat (limited to 'target/linux/ramips/patches-2.6.39')
-rw-r--r-- | target/linux/ramips/patches-2.6.39/106-rt3883-pci-support.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ramips/patches-2.6.39/106-rt3883-pci-support.patch b/target/linux/ramips/patches-2.6.39/106-rt3883-pci-support.patch new file mode 100644 index 0000000000..59ed6edca6 --- /dev/null +++ b/target/linux/ramips/patches-2.6.39/106-rt3883-pci-support.patch @@ -0,0 +1,10 @@ +--- a/arch/mips/pci/Makefile ++++ b/arch/mips/pci/Makefile +@@ -56,6 +56,7 @@ 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 ++obj-$(CONFIG_SOC_RT3883) += pci-rt3883.o + + ifdef CONFIG_PCI_MSI + obj-$(CONFIG_CPU_CAVIUM_OCTEON) += msi-octeon.o |