aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-3.3/0049-MIPS-lantiq-pci-give-xway-pci-support-its-own-kbuild.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2012-08-03 08:53:02 +0000
committerJohn Crispin <blogic@openwrt.org>2012-08-03 08:53:02 +0000
commitce06d1cf7baeb10aa3ffef90f51ee4c3a0b81a46 (patch)
tree81a9746583b2c1c212f8c35a51d07d9353080561 /target/linux/lantiq/patches-3.3/0049-MIPS-lantiq-pci-give-xway-pci-support-its-own-kbuild.patch
parenta8facfad2aeb3c4eb9c5ee01f646fefd3f992351 (diff)
downloadmaster-187ad058-ce06d1cf7baeb10aa3ffef90f51ee4c3a0b81a46.tar.gz
master-187ad058-ce06d1cf7baeb10aa3ffef90f51ee4c3a0b81a46.tar.bz2
master-187ad058-ce06d1cf7baeb10aa3ffef90f51ee4c3a0b81a46.zip
[lantiq] cleanup patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32953 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/patches-3.3/0049-MIPS-lantiq-pci-give-xway-pci-support-its-own-kbuild.patch')
-rw-r--r--target/linux/lantiq/patches-3.3/0049-MIPS-lantiq-pci-give-xway-pci-support-its-own-kbuild.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/target/linux/lantiq/patches-3.3/0049-MIPS-lantiq-pci-give-xway-pci-support-its-own-kbuild.patch b/target/linux/lantiq/patches-3.3/0049-MIPS-lantiq-pci-give-xway-pci-support-its-own-kbuild.patch
deleted file mode 100644
index 3cc71876ff..0000000000
--- a/target/linux/lantiq/patches-3.3/0049-MIPS-lantiq-pci-give-xway-pci-support-its-own-kbuild.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From e5ae2eed68a7ccd406bde12ecfc12c88a52aeb06 Mon Sep 17 00:00:00 2001
-From: John Crispin <blogic@openwrt.org>
-Date: Thu, 8 Mar 2012 13:13:31 +0100
-Subject: [PATCH 49/70] MIPS: lantiq: pci: give xway pci support its own
- kbuild symbol
-
----
- arch/mips/lantiq/Kconfig | 5 +++++
- arch/mips/pci/Makefile | 2 +-
- 2 files changed, 6 insertions(+), 1 deletions(-)
-
---- a/arch/mips/lantiq/Kconfig
-+++ b/arch/mips/lantiq/Kconfig
-@@ -19,8 +19,13 @@ config SOC_XWAY
-
- config SOC_FALCON
- bool "FALCON"
-+
- endchoice
-
-+config PCI_LANTIQ
-+ bool "PCI Support"
-+ depends on SOC_XWAY && PCI
-+
- source "arch/mips/lantiq/xway/Kconfig"
- source "arch/mips/lantiq/falcon/Kconfig"
-
---- a/arch/mips/pci/Makefile
-+++ b/arch/mips/pci/Makefile
-@@ -41,7 +41,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
--obj-$(CONFIG_SOC_XWAY) += pci-lantiq.o ops-lantiq.o
-+obj-$(CONFIG_PCI_LANTIQ) += pci-lantiq.o ops-lantiq.o
- obj-$(CONFIG_TANBAC_TB0219) += fixup-tb0219.o
- obj-$(CONFIG_TANBAC_TB0226) += fixup-tb0226.o
- obj-$(CONFIG_TANBAC_TB0287) += fixup-tb0287.o