aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar7/patches-2.6.25/130-vlynq.patch
diff options
context:
space:
mode:
authorMatteo Croce <matteo@openwrt.org>2008-05-03 15:33:38 +0000
committerMatteo Croce <matteo@openwrt.org>2008-05-03 15:33:38 +0000
commita99406498666558fdba17394c6aa6f6b576113c4 (patch)
tree2d166d7b5075c536927041f2ac9a7d6c1f35f771 /target/linux/ar7/patches-2.6.25/130-vlynq.patch
parent6c355a128a1fc67c845235448702be2b36a1debc (diff)
downloadupstream-a99406498666558fdba17394c6aa6f6b576113c4.tar.gz
upstream-a99406498666558fdba17394c6aa6f6b576113c4.tar.bz2
upstream-a99406498666558fdba17394c6aa6f6b576113c4.zip
ar7: 2.6.25.1 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11023 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7/patches-2.6.25/130-vlynq.patch')
-rw-r--r--target/linux/ar7/patches-2.6.25/130-vlynq.patch22
1 files changed, 22 insertions, 0 deletions
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 0000000000..090d8c5999
--- /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/