diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-04-01 07:56:55 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-04-01 07:56:55 +0000 |
commit | d87efd8c3c2acd5d0f96b25514282a84f425419f (patch) | |
tree | 1d89c8f9fb694414d9ae46d89bddf584f94c9b00 /target/linux/lantiq/patches-3.2/0053-MIPS-lantiq-pci-give-xway-pci-support-its-own-kbuild.patch | |
parent | 1a395bd290a84223da5d915b7e38b6ca23d14c09 (diff) | |
download | upstream-d87efd8c3c2acd5d0f96b25514282a84f425419f.tar.gz upstream-d87efd8c3c2acd5d0f96b25514282a84f425419f.tar.bz2 upstream-d87efd8c3c2acd5d0f96b25514282a84f425419f.zip |
kernel: update linux 3.2 to 3.2.13 and refresh patches
Also remove a duplicate patch from lantiq (already in generic).
SVN-Revision: 31158
Diffstat (limited to 'target/linux/lantiq/patches-3.2/0053-MIPS-lantiq-pci-give-xway-pci-support-its-own-kbuild.patch')
-rw-r--r-- | target/linux/lantiq/patches-3.2/0053-MIPS-lantiq-pci-give-xway-pci-support-its-own-kbuild.patch | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/target/linux/lantiq/patches-3.2/0053-MIPS-lantiq-pci-give-xway-pci-support-its-own-kbuild.patch b/target/linux/lantiq/patches-3.2/0053-MIPS-lantiq-pci-give-xway-pci-support-its-own-kbuild.patch index fd5ba070c7..0455801a08 100644 --- a/target/linux/lantiq/patches-3.2/0053-MIPS-lantiq-pci-give-xway-pci-support-its-own-kbuild.patch +++ b/target/linux/lantiq/patches-3.2/0053-MIPS-lantiq-pci-give-xway-pci-support-its-own-kbuild.patch @@ -9,8 +9,6 @@ Subject: [PATCH 53/70] MIPS: lantiq: pci: give xway pci support its own arch/mips/pci/Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) -diff --git a/arch/mips/lantiq/Kconfig b/arch/mips/lantiq/Kconfig -index cb6b39f..dde9fc6 100644 --- a/arch/mips/lantiq/Kconfig +++ b/arch/mips/lantiq/Kconfig @@ -19,8 +19,13 @@ config SOC_XWAY @@ -27,11 +25,9 @@ index cb6b39f..dde9fc6 100644 source "arch/mips/lantiq/xway/Kconfig" source "arch/mips/lantiq/falcon/Kconfig" -diff --git a/arch/mips/pci/Makefile b/arch/mips/pci/Makefile -index bb82cbd..afad91d 100644 --- a/arch/mips/pci/Makefile +++ b/arch/mips/pci/Makefile -@@ -40,7 +40,7 @@ obj-$(CONFIG_SIBYTE_SB1250) += fixup-sb1250.o pci-sb1250.o +@@ -40,7 +40,7 @@ obj-$(CONFIG_SIBYTE_SB1250) += fixup-sb1 obj-$(CONFIG_SIBYTE_BCM112X) += fixup-sb1250.o pci-sb1250.o obj-$(CONFIG_SIBYTE_BCM1x80) += pci-bcm1480.o pci-bcm1480ht.o obj-$(CONFIG_SNI_RM) += fixup-sni.o ops-sni.o @@ -40,6 +36,3 @@ index bb82cbd..afad91d 100644 obj-$(CONFIG_TANBAC_TB0219) += fixup-tb0219.o obj-$(CONFIG_TANBAC_TB0226) += fixup-tb0226.o obj-$(CONFIG_TANBAC_TB0287) += fixup-tb0287.o --- -1.7.7.1 - |