[kernel] r10817 - dists/trunk/linux-2.6/debian/config

Maximilian Attems maks at alioth.debian.org
Wed Mar 12 15:58:51 UTC 2008


Author: maks
Date: Wed Mar 12 15:58:50 2008
New Revision: 10817

Log:
topconfig set SYSFS_DEPRECATED_V2

fedora doesn't care about upgrades thus is able to unset it both,
we want to still be able to run with old udev from lenny thus set
the v2 in topconfig too, to be revisited after lenny release.


Modified:
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	(original)
+++ dists/trunk/linux-2.6/debian/config/config	Wed Mar 12 15:58:50 2008
@@ -36,7 +36,9 @@
 CONFIG_CPUSETS=y
 CONFIG_FAIR_GROUP_SCHED=y
 CONFIG_USER_SCHED=y
+# FIXME: after Lenny
 CONFIG_SYSFS_DEPRECATED=y
+CONFIG_SYSFS_DEPRECATED_V2=y
 CONFIG_RELAY=y
 CONFIG_USER_NS=y
 CONFIG_PID_NS=y



More information about the Kernel-svn-changes mailing list