changeset 1435:6bc78fa4c31f draft

Enable a command's sub-options in single builds.
author Rob Landley <rob@landley.net>
date Tue, 12 Aug 2014 18:05:55 -0500
parents 08a34594b2c6
children d7be3d62a5cb
files scripts/single.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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/" \