diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-05 09:06:10 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-05 09:06:10 +0000 |
commit | 19a1c706137e969cb3b08af5f7d3aa1e0a21c673 (patch) | |
tree | 3f9c79961df04f1013bb958a16c20223da3cb716 /target/linux/ramips/patches-2.6.30/102-rt288x-pci-driver-hook.patch | |
parent | a09d2cc27aa2c535bd06554462c6963376e02f78 (diff) |
ramips: add Kbuild patch for the rt288x pci code, and fix invalid header file paths
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17860 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/patches-2.6.30/102-rt288x-pci-driver-hook.patch')
-rw-r--r-- | target/linux/ramips/patches-2.6.30/102-rt288x-pci-driver-hook.patch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/ramips/patches-2.6.30/102-rt288x-pci-driver-hook.patch b/target/linux/ramips/patches-2.6.30/102-rt288x-pci-driver-hook.patch new file mode 100644 index 0000000000..a1adbb53f3 --- /dev/null +++ b/target/linux/ramips/patches-2.6.30/102-rt288x-pci-driver-hook.patch @@ -0,0 +1,7 @@ +--- a/arch/mips/pci/Makefile ++++ b/arch/mips/pci/Makefile +@@ -52,3 +52,4 @@ + obj-$(CONFIG_ZAO_CAPCELLA) += fixup-capcella.o + obj-$(CONFIG_WR_PPMC) += fixup-wrppmc.o + obj-$(CONFIG_MIKROTIK_RB532) += pci-rc32434.o ops-rc32434.o fixup-rc32434.o ++obj-$(CONFIG_SOC_RT288X) += pci-rt288x.o ops-rt288x.o |