[Armadeus-commitlog] SF.net SVN: armadeus: [594] trunk/buildroot/target/device/armadeus/linux/ ker
Brought to you by:
sszy
|
From: <ar...@us...> - 2007-05-09 08:58:30
|
Revision: 594
http://armadeus.svn.sourceforge.net/armadeus/?rev=594&view=rev
Author: artemys
Date: 2007-05-09 01:58:32 -0700 (Wed, 09 May 2007)
Log Message:
-----------
[LINUX] Add possibility to have the Armadeus custom drivers built in kernel
Modified Paths:
--------------
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.18.1/050-linux-2.6.18-armadeus-kconfig.diff
Modified: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.18.1/050-linux-2.6.18-armadeus-kconfig.diff
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.18.1/050-linux-2.6.18-armadeus-kconfig.diff 2007-05-08 13:51:38 UTC (rev 593)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.18.1/050-linux-2.6.18-armadeus-kconfig.diff 2007-05-09 08:58:32 UTC (rev 594)
@@ -1,3 +1,5 @@
+This patch adds the possibility to have custom Armadeus drivers built in kernel or compiled as modules
+
--- linux-2.6.18.1.ori/drivers/usb/Kconfig 2006-10-14 05:34:03.000000000 +0200
+++ linux-2.6.18.1/drivers/usb/Kconfig 2006-12-06 22:28:32.000000000 +0100
@@ -134,3 +134,5 @@
@@ -6,3 +8,10 @@
+source "drivers/armadeus/Kconfig"
+
+--- linux-2.6.18.1/drivers/Makefile.org 2007-05-09 10:48:51.000000000 +0200
++++ linux-2.6.18.1/drivers/Makefile 2007-05-09 10:57:09.000000000 +0200
+@@ -76,3 +76,4 @@
+ obj-$(CONFIG_SUPERH) += sh/
+ obj-$(CONFIG_GENERIC_TIME) += clocksource/
+ obj-$(CONFIG_DMA_ENGINE) += dma/
++obj-y += armadeus/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|