summaryrefslogtreecommitdiffstats
path: root/target/linux/ar7/patches-2.6.26/130-vlynq.patch
diff options
context:
space:
mode:
authorMatteo Croce <rootkit85@yahoo.it>2008-07-14 10:50:30 +0000
committerMatteo Croce <rootkit85@yahoo.it>2008-07-14 10:50:30 +0000
commite027e87a896ac1f9a3bddfef93184225fcaa9bf6 (patch)
tree5e706cc4af20635f7db8f8cacea4a2e79bc02f4e /target/linux/ar7/patches-2.6.26/130-vlynq.patch
parent047ba29df711e045b0e74f6bd075e476a72b2feb (diff)
downloadmaster-31e0f0ae-e027e87a896ac1f9a3bddfef93184225fcaa9bf6.tar.gz
master-31e0f0ae-e027e87a896ac1f9a3bddfef93184225fcaa9bf6.tar.bz2
master-31e0f0ae-e027e87a896ac1f9a3bddfef93184225fcaa9bf6.zip
ar7: initial 2.6.26 patches
SVN-Revision: 11824
Diffstat (limited to 'target/linux/ar7/patches-2.6.26/130-vlynq.patch')
-rw-r--r--target/linux/ar7/patches-2.6.26/130-vlynq.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/target/linux/ar7/patches-2.6.26/130-vlynq.patch b/target/linux/ar7/patches-2.6.26/130-vlynq.patch
new file mode 100644
index 0000000000..8fb613de5b
--- /dev/null
+++ b/target/linux/ar7/patches-2.6.26/130-vlynq.patch
@@ -0,0 +1,23 @@
+Index: linux-2.6.26/drivers/Kconfig
+===================================================================
+--- linux-2.6.26.orig/drivers/Kconfig 2008-07-13 23:51:29.000000000 +0200
++++ linux-2.6.26/drivers/Kconfig 2008-07-14 12:28:00.186793402 +0200
+@@ -100,5 +100,7 @@
+
+ source "drivers/uio/Kconfig"
+
++source "drivers/vlynq/Kconfig"
++
+ source "drivers/xen/Kconfig"
+ endmenu
+Index: linux-2.6.26/drivers/Makefile
+===================================================================
+--- linux-2.6.26.orig/drivers/Makefile 2008-07-13 23:51:29.000000000 +0200
++++ linux-2.6.26/drivers/Makefile 2008-07-14 12:27:34.362789842 +0200
+@@ -92,5 +92,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/