aboutsummaryrefslogtreecommitdiff
path: root/make_single_applets.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_single_applets.sh')
-rwxr-xr-xmake_single_applets.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/make_single_applets.sh b/make_single_applets.sh
index aa1ace265..2075cb9a7 100755
--- a/make_single_applets.sh
+++ b/make_single_applets.sh
@@ -27,6 +27,8 @@ allno="$cfg"
27for app in $apps; do 27for app in $apps; do
28 allno="`echo "$allno" | sed "s/^CONFIG_${app}=y\$/# CONFIG_${app} is not set/"`" 28 allno="`echo "$allno" | sed "s/^CONFIG_${app}=y\$/# CONFIG_${app} is not set/"`"
29done 29done
30# remove "busybox" as well
31allno="`echo "$allno" | sed "s/^CONFIG_BUSYBOX=y\$/# CONFIG_BUSYBOX is not set/"`"
30#echo "$allno" >.config_allno 32#echo "$allno" >.config_allno
31 33
32trap 'test -f .config.SV && mv .config.SV .config && touch .config' EXIT 34trap 'test -f .config.SV && mv .config.SV .config && touch .config' EXIT