diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-01-13 16:25:03 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-01-13 16:25:03 +0000 |
commit | 26ea0b7f167a3960de6ef0076828d135e6a684d0 (patch) | |
tree | 71b223e780900934119857e32d1dc14ae9de1d59 /Makefile | |
parent | 853c44b798873830aeef073c098f37e7059f43a8 (diff) | |
download | busybox-w32-26ea0b7f167a3960de6ef0076828d135e6a684d0.tar.gz busybox-w32-26ea0b7f167a3960de6ef0076828d135e6a684d0.tar.bz2 busybox-w32-26ea0b7f167a3960de6ef0076828d135e6a684d0.zip |
- 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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -195,7 +195,7 @@ defconfig: scripts/config/conf | |||
195 | 195 | ||
196 | allbareconfig: scripts/config/conf | 196 | allbareconfig: scripts/config/conf |
197 | @./scripts/config/conf -y $(CONFIG_CONFIG_IN) | 197 | @./scripts/config/conf -y $(CONFIG_CONFIG_IN) |
198 | @sed -i -r -e "s/^(CONFIG_DEBUG|USING_CROSS_COMPILER|CONFIG_STATIC|CONFIG_SELINUX).*/# \1 is not set/" .config | 198 | @sed -i -r -e "s/^(USING_CROSS_COMPILER|CONFIG_(DEBUG|STATIC|SELINUX|DEVFSD|NC_GAPING_SECURITY_HOLE)).*/# \1 is not set/" .config |
199 | @sed -i -e "/FEATURE/s/=.*//;/^[^#]/s/.*FEATURE.*/# \0 is not set/;" .config | 199 | @sed -i -e "/FEATURE/s/=.*//;/^[^#]/s/.*FEATURE.*/# \0 is not set/;" .config |
200 | @echo "CONFIG_FEATURE_BUFFERS_GO_ON_STACK=y" >> .config | 200 | @echo "CONFIG_FEATURE_BUFFERS_GO_ON_STACK=y" >> .config |
201 | @./scripts/config/conf -o $(CONFIG_CONFIG_IN) | 201 | @./scripts/config/conf -o $(CONFIG_CONFIG_IN) |