diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/single.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/single.sh b/scripts/single.sh index 7d3b4576..fef89e77 100755 --- a/scripts/single.sh +++ b/scripts/single.sh @@ -15,6 +15,7 @@ USET="is not set" make allnoconfig > /dev/null && sed -i -e "s/\(CONFIG_TOYBOX\)=y/# \1 $USET/" \ -e "s/# \(CONFIG_$NAME\) $USET/\1=y/" \ + -e "s/# \(CONFIG_${NAME}_.*\) $USET/\1=y/" \ -e "s/# \(CONFIG_TOYBOX_HELP.*\) $USET/\1=y/" \ -e "s/# \(CONFIG_TOYBOX_I18N\) $USET/\1=y/" \ -e "s/# \(CONFIG_TOYBOX_FLOAT\) $USET/\1=y/" \ |