changeset 679:ed6ce9f11bf7

Put the commands at the start of menuconfig and the toybox library options at the end. (Aesthetic tweak.)
author Rob Landley <rob@landley.net>
date Sun, 21 Oct 2012 17:57:23 -0500
parents ae3455c2989b
children ff2cf02d9703
files Config.in
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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