From: Bernhard Reutner-Fischer Date: Fri, 13 Jan 2006 16:25:03 +0000 (-0000) Subject: - turn off "nc gaping hole" and devfsd in allbareconfig, the latter doesn't X-Git-Tag: 1_1_0~349 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=26ea0b7f167a3960de6ef0076828d135e6a684d0;p=oweals%2Fbusybox.git - turn off "nc gaping hole" and devfsd in allbareconfig, the latter doesn't use the FEATURE notation and noone will update it to use it. --- diff --git a/Makefile b/Makefile index cc4cc274c..d3630c2ed 100644 --- a/Makefile +++ b/Makefile @@ -195,7 +195,7 @@ defconfig: scripts/config/conf allbareconfig: scripts/config/conf @./scripts/config/conf -y $(CONFIG_CONFIG_IN) - @sed -i -r -e "s/^(CONFIG_DEBUG|USING_CROSS_COMPILER|CONFIG_STATIC|CONFIG_SELINUX).*/# \1 is not set/" .config + @sed -i -r -e "s/^(USING_CROSS_COMPILER|CONFIG_(DEBUG|STATIC|SELINUX|DEVFSD|NC_GAPING_SECURITY_HOLE)).*/# \1 is not set/" .config @sed -i -e "/FEATURE/s/=.*//;/^[^#]/s/.*FEATURE.*/# \0 is not set/;" .config @echo "CONFIG_FEATURE_BUFFERS_GO_ON_STACK=y" >> .config @./scripts/config/conf -o $(CONFIG_CONFIG_IN)