config: reorder top-level menu

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>
This commit is contained in:
Yann E. MORIN 2013-08-17 22:35:37 +02:00 committed by Peter Korsgaard
parent e5088380d3
commit 244038576b
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -1,4 +1,4 @@
menu "Package Selection for the target"
menu "Target packages"
source "package/busybox/Config.in"