diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-25 21:28:42 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-25 21:28:42 +0000 |
commit | 5412b6f32e49d2319262c9413125ae11ec4b4544 (patch) | |
tree | 6e2e3b4b19a420e28e56e91bb3c1698a6d76257b /target/linux/ramips/patches-3.8/102-rt288x-pci-driver-hook.patch | |
parent | a08646642eb3692b0a4a79d38b54dbbea00587d5 (diff) | |
download | upstream-5412b6f32e49d2319262c9413125ae11ec4b4544.tar.gz upstream-5412b6f32e49d2319262c9413125ae11ec4b4544.tar.bz2 upstream-5412b6f32e49d2319262c9413125ae11ec4b4544.zip |
ramips: add support for 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35801
Diffstat (limited to 'target/linux/ramips/patches-3.8/102-rt288x-pci-driver-hook.patch')
-rw-r--r-- | target/linux/ramips/patches-3.8/102-rt288x-pci-driver-hook.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ramips/patches-3.8/102-rt288x-pci-driver-hook.patch b/target/linux/ramips/patches-3.8/102-rt288x-pci-driver-hook.patch new file mode 100644 index 0000000000..a76603f144 --- /dev/null +++ b/target/linux/ramips/patches-3.8/102-rt288x-pci-driver-hook.patch @@ -0,0 +1,10 @@ +--- a/arch/mips/pci/Makefile ++++ b/arch/mips/pci/Makefile +@@ -21,6 +21,7 @@ obj-$(CONFIG_BCM63XX) += pci-bcm63xx.o + obj-$(CONFIG_MIPS_ALCHEMY) += pci-alchemy.o + obj-$(CONFIG_SOC_AR71XX) += pci-ar71xx.o + obj-$(CONFIG_PCI_AR724X) += pci-ar724x.o ++obj-$(CONFIG_SOC_RT288X) += pci-rt288x.o + + # + # These are still pretty much in the old state, watch, go blind. |