From ea13a45848d3fc7a5a3b2c1d05b6989e2bd55993 Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Tue, 3 Feb 2009 10:53:14 +0000 Subject: [PATCH] Turn off SYSFS_DEPRECATED* for newer udev and proper /sys/. let's see what the fallout gonna be!? newer udev does require this and lenny udev is meant to work with those options disabled. svn path=/dists/trunk/linux-2.6/; revision=12672 --- debian/changelog | 1 + debian/config/config | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 65842b9cc..f05a30593 100644 --- a/debian/changelog +++ b/debian/changelog @@ -41,6 +41,7 @@ linux-2.6 (2.6.28-1~experimental.1) UNRELEASED; urgency=low MICROCODE_INTEL, MICROCODE_AMD. * [x86_64] set AMD_IOMMU, MTRR_SANITIZER. * Add stable releases 2.6.28.1-2. + * Turn off SYSFS_DEPRECATED* for newer udev and proper /sys/. [ Martin Michlmayr ] * [mips/r4k-ip22, mips/sb1-bcm91250a] Don't build in ISO9660. diff --git a/debian/config/config b/debian/config/config index e23dd4d69..306ee907f 100644 --- a/debian/config/config +++ b/debian/config/config @@ -2118,7 +2118,8 @@ CONFIG_CGROUP_SCHED=y ## end choice CONFIG_CGROUP_CPUACCT=y # CONFIG_RESOURCE_COUNTERS is not set -CONFIG_SYSFS_DEPRECATED_V2=y +# CONFIG_SYSFS_DEPRECATED is not set +# CONFIG_SYSFS_DEPRECATED_V2 is not set CONFIG_PROC_PID_CPUSET=y CONFIG_RELAY=y CONFIG_UTS_NS=y