summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-3.2/102-rt288x-pci-driver-hook.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-02-12 12:52:14 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-02-12 12:52:14 +0000
commitdd584f31735fbfbe33aca8d8422d105a88c9de67 (patch)
treeb0d9cfa2222ca3cec3893bef7a5d6e9f10ce5e5e /target/linux/ramips/patches-3.2/102-rt288x-pci-driver-hook.patch
parentc9a5f3f810670e923b32f90e9ca87496c42ae30c (diff)
ramips: add initial support for 3.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30476 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/patches-3.2/102-rt288x-pci-driver-hook.patch')
-rw-r--r--target/linux/ramips/patches-3.2/102-rt288x-pci-driver-hook.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ramips/patches-3.2/102-rt288x-pci-driver-hook.patch b/target/linux/ramips/patches-3.2/102-rt288x-pci-driver-hook.patch
new file mode 100644
index 000000000..1a2a430e3
--- /dev/null
+++ b/target/linux/ramips/patches-3.2/102-rt288x-pci-driver-hook.patch
@@ -0,0 +1,10 @@
+--- a/arch/mips/pci/Makefile
++++ b/arch/mips/pci/Makefile
+@@ -19,6 +19,7 @@ obj-$(CONFIG_BCM47XX) += pci-bcm47xx.o
+ obj-$(CONFIG_BCM63XX) += pci-bcm63xx.o fixup-bcm63xx.o \
+ ops-bcm63xx.o
+ obj-$(CONFIG_MIPS_ALCHEMY) += pci-alchemy.o
++obj-$(CONFIG_SOC_RT288X) += pci-rt288x.o
+
+ #
+ # These are still pretty much in the old state, watch, go blind.