All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [git commit] package/Config.in: fix alphabetical order
Date: Wed, 22 Jun 2016 10:33:39 +0200	[thread overview]
Message-ID: <20160622083404.D5FDB8213A@busybox.osuosl.org> (raw)

commit: https://git.buildroot.net/buildroot/commit/?id=841cbf632033bed5ab1a4651b6ebd3bf786b610d
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/Config.in b/package/Config.in
index 171f4ad..a2a02a8 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1390,8 +1390,8 @@ menu "Networking applications"
 	source "package/bwm-ng/Config.in"
 	source "package/c-icap/Config.in"
 	source "package/c-icap-modules/Config.in"
-	source "package/cannelloni/Config.in"
 	source "package/can-utils/Config.in"
+	source "package/cannelloni/Config.in"
 	source "package/chrony/Config.in"
 	source "package/civetweb/Config.in"
 	source "package/connman/Config.in"

             reply	other threads:[~2016-06-22  8:33 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-22  8:33 Peter Korsgaard [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-07-13 21:26 [Buildroot] [git commit] package/Config.in: fix alphabetical order Arnout Vandecappelle
2018-06-25 21:11 Thomas Petazzoni
2018-05-06 15:33 Peter Korsgaard
2018-05-06  6:07 Peter Korsgaard
2017-12-08 13:32 Peter Korsgaard
2017-10-30  8:54 Peter Korsgaard
2016-10-06 15:41 Peter Korsgaard
2016-07-08  8:58 Thomas Petazzoni
2015-12-22 17:00 Thomas Petazzoni
2015-10-10  9:32 Thomas Petazzoni
2014-12-16 22:46 Peter Korsgaard
2013-12-11 21:20 Peter Korsgaard

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=20160622083404.D5FDB8213A@busybox.osuosl.org \
    --to=peter@korsgaard.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.