# HG changeset patch # User Rob Landley # Date 1350860243 18000 # Node ID ed6ce9f11bf71f7548099c72cd7ae947a2085768 # Parent ae3455c2989b3ebe7bdbf05300b8ebe7f272315e Put the commands at the start of menuconfig and the toybox library options at the end. (Aesthetic tweak.) diff -r ae3455c2989b -r ed6ce9f11bf7 Config.in --- a/Config.in Tue Oct 16 17:09:30 2012 -0500 +++ b/Config.in Sun Oct 21 17:57:23 2012 -0500 @@ -1,5 +1,11 @@ mainmenu "ToyBox Configuration" + +source generated/Config.probed +source generated/Config.in + +comment "" + menu "Toybox global settings" config TOYBOX @@ -43,9 +49,3 @@ Enable extra checks for debugging purposes. endmenu - -source generated/Config.probed - -comment "" - -source generated/Config.in