[kernel] r22154 - in dists/trunk/linux/debian: . config

Ben Hutchings benh at moszumanska.debian.org
Tue Dec 9 05:37:20 UTC 2014


Author: benh
Date: Tue Dec  9 05:37:20 2014
New Revision: 22154

Log:
drivers/base: Disable UEVENT_HELPER, only needed for compatibility with wheezy's udev package

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/config

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Tue Dec  9 05:31:28 2014	(r22153)
+++ dists/trunk/linux/debian/changelog	Tue Dec  9 05:37:20 2014	(r22154)
@@ -5,6 +5,8 @@
   [ Ben Hutchings ]
   * Remove aufs
   * vfs: Enable OVERLAY_FS as module
+  * drivers/base: Disable UEVENT_HELPER, only needed for compatibility
+    with wheezy's udev package
 
  -- Ben Hutchings <ben at decadent.org.uk>  Tue, 09 Dec 2014 02:08:47 +0000
 

Modified: dists/trunk/linux/debian/config/config
==============================================================================
--- dists/trunk/linux/debian/config/config	Tue Dec  9 05:31:28 2014	(r22153)
+++ dists/trunk/linux/debian/config/config	Tue Dec  9 05:37:20 2014	(r22154)
@@ -240,7 +240,7 @@
 ##
 ## file: drivers/base/Kconfig
 ##
-CONFIG_UEVENT_HELPER_PATH=""
+# CONFIG_UEVENT_HELPER is not set
 CONFIG_DEVTMPFS=y
 # CONFIG_DEVTMPFS_MOUNT is not set
 CONFIG_STANDALONE=y



More information about the Kernel-svn-changes mailing list