From: S.Çağlar Onur Date: Wed, 8 Dec 2010 17:21:17 +0000 (-0500) Subject: enable CONFIG_SYSFS_DEPRECATED_V until we have a modern userspace X-Git-Tag: linux-2.6-32-1~2 X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=commitdiff_plain;h=aa698a32ee59e5881a3aa3edb58bd3c5dc69f0da enable CONFIG_SYSFS_DEPRECATED_V until we have a modern userspace --- diff --git a/Makefile b/Makefile index e329d0ce9..354d00c7f 100644 --- a/Makefile +++ b/Makefile @@ -86,10 +86,11 @@ trees: sources srpm: sources mkdir -p SOURCES SRPMS (cd SOURCES; rpm2cpio ../$(SOURCE_RPM) | cpio -diu; \ - cp ../$(notdir $(SPECFILE)) . ; cp ../linux-*.patch .; cp ../config-vserver . ; cp ../config-planetlab .; \ + cp ../$(notdir $(SPECFILE)) . ; cp ../linux-*.patch .; cp ../config-vserver . ; cp ../config-planetlab .; cp ../config-workarounds .; \ for downloaded in $(SOURCEFILES) ; do cp ../$$downloaded . ; done ; \ cat config-vserver >> config-generic ; \ cat config-planetlab >> config-generic ; \ + cat config-workarounds >> config-generic ; \ sed -i -e s,CONFIG_IPV6=m,CONFIG_IPV6=y, config-generic ;\ sed -e -e s,CONFIG_MODULE_SIG=y,CONFIG_MODULE_SIG=n, config-generic-rhel) ./rpmmacros.sh diff --git a/config-workarounds b/config-workarounds new file mode 100644 index 000000000..cb6bdf7f4 --- /dev/null +++ b/config-workarounds @@ -0,0 +1 @@ +CONFIG_SYSFS_DEPRECATED_V2=y