Setting tag linux-2.6-32-36
[linux-2.6.git] / modify_rh_config.sh
index ccc7d07..4dc5a6b 100755 (executable)
@@ -12,4 +12,6 @@ if ! grep -q Scientific /etc/redhat-release; then
        sed -i -e "s,# CONFIG_SYSFS_DEPRECATED_V2 is not set,CONFIG_SYSFS_DEPRECATED_V2=y,g" config-generic
 fi
 
+sed -i -e "s,CONFIG_BUILD_DOCSRC=y,CONFIG_BUILD_DOCSRC=n,g" config-generic
+
 popd > /dev/null