Commit 91a4ce48 authored by Thomas De Schampheleire's avatar Thomas De Schampheleire Committed by Thomas Petazzoni
Browse files

menu: visually split Shells from Utilities

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: default avatarThomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent da304633
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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"