From 625c6573c7eb183773b11fb581d81d17a302c34b Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 14 Feb 2012 17:32:42 +0000 Subject: ramips: rt3883: add PCI support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30527 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/ramips/patches-2.6.39/106-rt3883-pci-support.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/ramips/patches-2.6.39/106-rt3883-pci-support.patch (limited to 'target/linux/ramips/patches-2.6.39/106-rt3883-pci-support.patch') 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 -- cgit v1.2.3