# HG changeset patch # User Rob Landley # Date 1407884755 18000 # Node ID 6bc78fa4c31fdc197bdb69255fcb3a48305a5a25 # Parent 08a34594b2c6780df80d80764998dd90e3db66d8 Enable a command's sub-options in single builds. diff -r 08a34594b2c6 -r 6bc78fa4c31f scripts/single.sh --- a/scripts/single.sh Tue Aug 12 07:14:58 2014 -0500 +++ b/scripts/single.sh Tue Aug 12 18:05:55 2014 -0500 @@ -15,6 +15,7 @@ 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/" \