menu: visually split Shells from Utilities
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Wed, 25 Dec 2013 09:13:51 +0000 (10:13 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 25 Dec 2013 09:17:27 +0000 (10:17 +0100)
As discussed in [1], add comments to distinghuish shells from utilities in
the 'Shells and Utilities' menu.

[1] http://lists.busybox.net/pipermail/buildroot/2013-December/083836.html

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in

index 3685807fb87b40c40d40d6121ec7d520926ed6c9..fe31cd2b0a58877393ff1b7822675a7b410d53fa 100644 (file)
@@ -948,12 +948,14 @@ source "package/xenomai/Config.in"
 endmenu
 
 menu "Shell and utilities"
-source "package/at/Config.in"
+comment "Shells"
 if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
 source "package/bash/Config.in"
 source "package/dash/Config.in"
 source "package/zsh/Config.in"
 endif
+comment "Utilities"
+source "package/at/Config.in"
 source "package/dialog/Config.in"
 source "package/dtach/Config.in"
 source "package/file/Config.in"