# HG changeset patch # User Rob Landley # Date 1265441889 21600 # Node ID de53ddd05abdb1c335b47f36fc46ef32e7f2fb9c # Parent 55cf620008b481e26c3361ac548642335eafb030 The kconfig "make defconfig" will occasionally prompt the user for stuff. (*boggle*) Workaround. diff -r 55cf620008b4 -r de53ddd05abd sources/sections/toybox.build --- a/sources/sections/toybox.build Sat Feb 06 01:01:09 2010 -0600 +++ b/sources/sections/toybox.build Sat Feb 06 01:38:09 2010 -0600 @@ -1,6 +1,6 @@ # Build toybox -make defconfig && +yes "" | make defconfig && CFLAGS="$CFLAGS $STATIC_DEFAULT_FLAGS" make $DO_CROSS || dienow if [ -z "$USE_TOYBOX" ]