From 76ec485eb607b94b8a5d4cde85df606aa086ad94 Mon Sep 17 00:00:00 2001
From: Rob Landley <rob@landley.net>
Date: Sun, 21 Oct 2012 17:57:23 -0500
Subject: Put the commands at the start of menuconfig and the toybox library
 options at the end. (Aesthetic tweak.)

---
 Config.in | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Config.in b/Config.in
index 02137d85..835e703b 100644
--- a/Config.in
+++ b/Config.in
@@ -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 @@ config TOYBOX_DEBUG
 	  Enable extra checks for debugging purposes.
 
 endmenu
-
-source generated/Config.probed
-
-comment ""
-
-source generated/Config.in
-- 
cgit v1.2.3