aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-01-13 16:25:03 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-01-13 16:25:03 +0000
commit26ea0b7f167a3960de6ef0076828d135e6a684d0 (patch)
tree71b223e780900934119857e32d1dc14ae9de1d59 /Makefile
parent853c44b798873830aeef073c098f37e7059f43a8 (diff)
downloadbusybox-26ea0b7f167a3960de6ef0076828d135e6a684d0.tar.gz
- 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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)