summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-3.2
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-02-14 17:32:42 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-02-14 17:32:42 +0000
commit784be92e398ef9b1c26caaf617af0f3bfc2ee91b (patch)
treedcbe7f507d881b56b7d6746da9ed3131a964794e /target/linux/ramips/patches-3.2
parent10f00dc48b1eceb2c5219b0ff9ddb42f782797bf (diff)
downloadmaster-31e0f0ae-784be92e398ef9b1c26caaf617af0f3bfc2ee91b.tar.gz
master-31e0f0ae-784be92e398ef9b1c26caaf617af0f3bfc2ee91b.tar.bz2
master-31e0f0ae-784be92e398ef9b1c26caaf617af0f3bfc2ee91b.zip
ramips: rt3883: add PCI support
SVN-Revision: 30527
Diffstat (limited to 'target/linux/ramips/patches-3.2')
-rw-r--r--target/linux/ramips/patches-3.2/106-rt3883-pci-support.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ramips/patches-3.2/106-rt3883-pci-support.patch b/target/linux/ramips/patches-3.2/106-rt3883-pci-support.patch
new file mode 100644
index 0000000000..88c94eda47
--- /dev/null
+++ b/target/linux/ramips/patches-3.2/106-rt3883-pci-support.patch
@@ -0,0 +1,10 @@
+--- a/arch/mips/pci/Makefile
++++ b/arch/mips/pci/Makefile
+@@ -20,6 +20,7 @@ obj-$(CONFIG_BCM63XX) += pci-bcm63xx.o
+ ops-bcm63xx.o
+ obj-$(CONFIG_MIPS_ALCHEMY) += pci-alchemy.o
+ obj-$(CONFIG_SOC_RT288X) += pci-rt288x.o
++obj-$(CONFIG_SOC_RT3883) += pci-rt3883.o
+
+ #
+ # These are still pretty much in the old state, watch, go blind.