diff options
| author | Rob Landley <rob@landley.net> | 2012-10-21 17:57:23 -0500 |
|---|---|---|
| committer | Rob Landley <rob@landley.net> | 2012-10-21 17:57:23 -0500 |
| commit | 76ec485eb607b94b8a5d4cde85df606aa086ad94 (patch) | |
| tree | 1906b1716f9b0955b2e5e13e5039b118da4237b8 | |
| parent | fdc10c9a02f6686aa7d66bee891023eafd94dd5c (diff) | |
| download | toybox-76ec485eb607b94b8a5d4cde85df606aa086ad94.tar.gz | |
Put the commands at the start of menuconfig and the toybox library options at the end. (Aesthetic tweak.)
| -rw-r--r-- | Config.in | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |
