Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas De Schampheleire <patrickdepinguin@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] menu: visually split Shells from Utilities
Date: Wed, 25 Dec 2013 10:13:51 +0100	[thread overview]
Message-ID: <edb15c529ea743260f32.1387962831@argentina> (raw)

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"

             reply	other threads:[~2013-12-25  9:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-25  9:13 Thomas De Schampheleire [this message]
2013-12-25  9:18 ` [Buildroot] [PATCH] menu: visually split Shells from Utilities Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=edb15c529ea743260f32.1387962831@argentina \
    --to=patrickdepinguin@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox