From c6a486db250288617f002aed6dfb31a6554fad38 Mon Sep 17 00:00:00 2001 From: matteo Date: Sat, 3 May 2008 15:33:38 +0000 Subject: ar7: 2.6.25.1 support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11023 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar7/patches-2.6.25/130-vlynq.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 target/linux/ar7/patches-2.6.25/130-vlynq.patch (limited to 'target/linux/ar7/patches-2.6.25/130-vlynq.patch') diff --git a/target/linux/ar7/patches-2.6.25/130-vlynq.patch b/target/linux/ar7/patches-2.6.25/130-vlynq.patch new file mode 100644 index 000000000..090d8c599 --- /dev/null +++ b/target/linux/ar7/patches-2.6.25/130-vlynq.patch @@ -0,0 +1,22 @@ +Index: linux-2.6.25.1/drivers/Kconfig +=================================================================== +--- linux-2.6.25.1.orig/drivers/Kconfig 2008-05-01 23:45:25.000000000 +0200 ++++ linux-2.6.25.1/drivers/Kconfig 2008-05-03 16:19:06.000000000 +0200 +@@ -97,4 +97,6 @@ + source "drivers/auxdisplay/Kconfig" + + source "drivers/uio/Kconfig" ++ ++source "drivers/vlynq/Kconfig" + endmenu +Index: linux-2.6.25.1/drivers/Makefile +=================================================================== +--- linux-2.6.25.1.orig/drivers/Makefile 2008-05-01 23:45:25.000000000 +0200 ++++ linux-2.6.25.1/drivers/Makefile 2008-05-03 16:18:37.000000000 +0200 +@@ -91,5 +91,6 @@ + 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/ -- cgit v1.2.3