diff options
-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) |