Update of /cvsroot/devil-linux/build/scripts/config/linux-3.x
In directory vz-cvs-3.sog:/tmp/cvs-serv18026/scripts/config/linux-3.x
Modified Files:
config_linux config_linux.x86_64
Log Message:
preparations for latest udev
Index: config_linux.x86_64
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/config/linux-3.x/config_linux.x86_64,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- config_linux.x86_64 4 Feb 2012 21:26:54 -0000 1.4
+++ config_linux.x86_64 6 Mar 2012 01:16:04 -0000 1.5
@@ -1048,8 +1048,8 @@
#
# Generic Driver Options
#
-CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
-# CONFIG_DEVTMPFS is not set
+CONFIG_UEVENT_HELPER_PATH=""
+CONFIG_DEVTMPFS=y
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
@@ -4104,3 +4104,4 @@
CONFIG_LRU_CACHE=m
CONFIG_AVERAGE=y
CONFIG_CORDIC=m
+CONFIG_DEVTMPFS_MOUNT=n
Index: config_linux
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/config/linux-3.x/config_linux,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- config_linux 9 Feb 2012 13:38:06 -0000 1.3
+++ config_linux 6 Mar 2012 01:16:04 -0000 1.4
@@ -927,8 +927,9 @@
#
# Generic Driver Options
#
-CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
-# CONFIG_DEVTMPFS is not set
+CONFIG_UEVENT_HELPER_PATH=""
+CONFIG_DEVTMPFS=y
+CONFIG_DEVTMPFS_MOUNT=n
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
|