diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-10-05 09:06:10 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-10-05 09:06:10 +0000 |
commit | f992f34277cf3464c1be5416c3d4ed0b7f0075e9 (patch) | |
tree | 8450276b126fd5d5652758a8d87a906db70848c3 /target/linux/ramips/patches-2.6.30/102-rt288x-pci-driver-hook.patch | |
parent | e4741622ccfd7e0cedd2789a87bf7a72371da184 (diff) | |
download | upstream-f992f34277cf3464c1be5416c3d4ed0b7f0075e9.tar.gz upstream-f992f34277cf3464c1be5416c3d4ed0b7f0075e9.tar.bz2 upstream-f992f34277cf3464c1be5416c3d4ed0b7f0075e9.zip |
ramips: add Kbuild patch for the rt288x pci code, and fix invalid header file paths
SVN-Revision: 17860
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 |