]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
config: reorder top-level menu
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 17 Aug 2013 20:35:37 +0000 (22:35 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 28 Aug 2013 14:21:34 +0000 (16:21 +0200)
Reorder the entries in the top-menu, in a more significant order.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Config.in
package/Config.in

index 78dea3be02ad154460c277afc4844ae68d7ecf60..cb246a4ff332f7b65de26d0fff2a836b02dc807a 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -450,14 +450,14 @@ source "toolchain/Config.in"
 
 source "system/Config.in"
 
-source "package/Config.in"
+source "linux/Config.in"
 
-source "package/Config.in.host"
+source "package/Config.in"
 
 source "fs/Config.in"
 
 source "boot/Config.in"
 
-source "linux/Config.in"
+source "package/Config.in.host"
 
 source "Config.in.legacy"
index 7069d778e730d7e4710fdf88dde9119c3a6f9dbc..97cd7da55e2401ae7eccb5f0cb043df3bee1be22 100644 (file)
@@ -1,4 +1,4 @@
-menu "Package Selection for the target"
+menu "Target packages"
 
 source "package/busybox/Config.in"