summaryrefslogtreecommitdiff
path: root/target/linux/ar7/patches-2.6.30/130-vlynq.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-03-26 10:12:54 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-03-26 10:12:54 +0000
commit5cbc43005c6c18945b9f135c8852fe7d71a329fe (patch)
treec45400aa604a27626d6f747c22b5480a4617921f /target/linux/ar7/patches-2.6.30/130-vlynq.patch
parent10d4e5b4b0b99def37c31ac574d4bc7cf238dfa9 (diff)
downloadmtk-20170518-5cbc43005c6c18945b9f135c8852fe7d71a329fe.zip
mtk-20170518-5cbc43005c6c18945b9f135c8852fe7d71a329fe.tar.gz
mtk-20170518-5cbc43005c6c18945b9f135c8852fe7d71a329fe.tar.bz2
drop support for 2.6.30
SVN-Revision: 20439
Diffstat (limited to 'target/linux/ar7/patches-2.6.30/130-vlynq.patch')
-rw-r--r--target/linux/ar7/patches-2.6.30/130-vlynq.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/ar7/patches-2.6.30/130-vlynq.patch b/target/linux/ar7/patches-2.6.30/130-vlynq.patch
deleted file mode 100644
index 12eb538..0000000
--- a/target/linux/ar7/patches-2.6.30/130-vlynq.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/drivers/Kconfig
-+++ b/drivers/Kconfig
-@@ -104,6 +104,8 @@ source "drivers/auxdisplay/Kconfig"
-
- source "drivers/uio/Kconfig"
-
-+source "drivers/vlynq/Kconfig"
-+
- source "drivers/xen/Kconfig"
-
- source "drivers/staging/Kconfig"
---- a/drivers/Makefile
-+++ b/drivers/Makefile
-@@ -103,6 +103,7 @@ obj-$(CONFIG_DCA) += dca/
- obj-$(CONFIG_HID) += hid/
- obj-$(CONFIG_PPC_PS3) += ps3/
- obj-$(CONFIG_OF) += of/
-+obj-$(CONFIG_VLYNQ) += vlynq/
- obj-$(CONFIG_SSB) += ssb/
- obj-$(CONFIG_VIRTIO) += virtio/
- obj-$(CONFIG_STAGING) += staging/