diff options
author | Eugene Konev <ejka@openwrt.org> | 2007-10-05 17:54:36 +0000 |
---|---|---|
committer | Eugene Konev <ejka@openwrt.org> | 2007-10-05 17:54:36 +0000 |
commit | c10806f9605f7de77215bf49426dd309e1063603 (patch) | |
tree | 9ce3571190c2ac62c82fb80099552aef9cb9c5be /target/linux/ar7/patches-2.6.23/130-vlynq.patch | |
parent | 9d47349f5e464d9e73cf6dbbe90c2fdefd830521 (diff) | |
download | master-187ad058-c10806f9605f7de77215bf49426dd309e1063603.tar.gz master-187ad058-c10806f9605f7de77215bf49426dd309e1063603.tar.bz2 master-187ad058-c10806f9605f7de77215bf49426dd309e1063603.zip |
cleanup vlynq. drop vlynq-pci
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9143 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7/patches-2.6.23/130-vlynq.patch')
-rw-r--r-- | target/linux/ar7/patches-2.6.23/130-vlynq.patch | 20 |
1 files changed, 20 insertions, 0 deletions
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/ |