From 3c4062a45f764d064fb176f98ba3a8f1c1d41e4f Mon Sep 17 00:00:00 2001 From: Eugene Konev Date: Fri, 5 Oct 2007 17:54:36 +0000 Subject: cleanup vlynq. drop vlynq-pci SVN-Revision: 9143 --- target/linux/ar7/patches-2.6.23/130-vlynq.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 target/linux/ar7/patches-2.6.23/130-vlynq.patch (limited to 'target/linux/ar7/patches-2.6.23/130-vlynq.patch') diff --git a/target/linux/ar7/patches-2.6.23/130-vlynq.patch b/target/linux/ar7/patches-2.6.23/130-vlynq.patch new file mode 100644 index 0000000000..6cdb4df985 --- /dev/null +++ b/target/linux/ar7/patches-2.6.23/130-vlynq.patch @@ -0,0 +1,20 @@ +Index: linux-2.6.23-rc9/drivers/Kconfig +=================================================================== +--- linux-2.6.23-rc9.orig/drivers/Kconfig 2007-10-05 20:47:14.000000000 +0800 ++++ linux-2.6.23-rc9/drivers/Kconfig 2007-10-05 20:47:42.000000000 +0800 +@@ -89,4 +89,6 @@ + source "drivers/uio/Kconfig" + + source "drivers/lguest/Kconfig" ++ ++source "drivers/vlynq/Kconfig" + endmenu +Index: linux-2.6.23-rc9/drivers/Makefile +=================================================================== +--- linux-2.6.23-rc9.orig/drivers/Makefile 2007-10-05 20:47:09.000000000 +0800 ++++ linux-2.6.23-rc9/drivers/Makefile 2007-10-05 20:47:30.000000000 +0800 +@@ -88,3 +88,4 @@ + obj-$(CONFIG_HID) += hid/ + obj-$(CONFIG_PPC_PS3) += ps3/ + obj-$(CONFIG_OF) += of/ ++obj-$(CONFIG_VLYNQ) += vlynq/ -- cgit v1.2.3