* [Buildroot] [PATCH] menu: visually split Shells from Utilities
@ 2013-12-25 9:13 Thomas De Schampheleire
2013-12-25 9:18 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Thomas De Schampheleire @ 2013-12-25 9:13 UTC (permalink / raw)
To: buildroot
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>
---
package/Config.in | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/package/Config.in b/package/Config.in
--- a/package/Config.in
+++ b/package/Config.in
@@ -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"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-25 9:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-25 9:13 [Buildroot] [PATCH] menu: visually split Shells from Utilities Thomas De Schampheleire
2013-12-25 9:18 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox