diff options
-rwxr-xr-x | make_single_applets.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make_single_applets.sh b/make_single_applets.sh index a37168cdf..7df53397e 100755 --- a/make_single_applets.sh +++ b/make_single_applets.sh | |||
@@ -29,6 +29,8 @@ for app in $apps; do | |||
29 | done | 29 | done |
30 | # remove "busybox" as well | 30 | # remove "busybox" as well |
31 | allno="`echo "$allno" | sed "s/^CONFIG_BUSYBOX=y\$/# CONFIG_BUSYBOX is not set/"`" | 31 | allno="`echo "$allno" | sed "s/^CONFIG_BUSYBOX=y\$/# CONFIG_BUSYBOX is not set/"`" |
32 | # disable any CONFIG_script_DEPENDENCIES as well | ||
33 | allno="`echo "$allno" | sed "s/^\(CONFIG_.*_DEPENDENCIES\)=y\$/# \1 is not set/"`" | ||
32 | #echo "$allno" >.config_allno | 34 | #echo "$allno" >.config_allno |
33 | 35 | ||
34 | trap 'test -f .config.SV && mv .config.SV .config && touch .config' EXIT | 36 | trap 'test -f .config.SV && mv .config.SV .config && touch .config' EXIT |