aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2012-10-21 17:57:23 -0500
committerRob Landley <rob@landley.net>2012-10-21 17:57:23 -0500
commit76ec485eb607b94b8a5d4cde85df606aa086ad94 (patch)
tree1906b1716f9b0955b2e5e13e5039b118da4237b8 /Config.in
parentfdc10c9a02f6686aa7d66bee891023eafd94dd5c (diff)
downloadtoybox-76ec485eb607b94b8a5d4cde85df606aa086ad94.tar.gz
Put the commands at the start of menuconfig and the toybox library options at the end. (Aesthetic tweak.)
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in12
1 files 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