diff mbox series

package/Config.in: fix alphabetical order

Message ID 20180625203909.14296-1-casantos@datacom.com.br
State Accepted
Headers show
Series package/Config.in: fix alphabetical order | expand

Commit Message

Carlos Santos June 25, 2018, 8:39 p.m. UTC
Commit a098636a6b6 inserted LLVM between linux-pam and its plugins.

Change-Id: Idd298321da5742c8dcc75191c79cf22c663a95ff
Signed-off-by: Carlos Santos <casantos@datacom.com.br>
---
 package/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni June 25, 2018, 9:16 p.m. UTC | #1
Hello,

On Mon, 25 Jun 2018 17:39:09 -0300, Carlos Santos wrote:
> Commit a098636a6b6 inserted LLVM between linux-pam and its plugins.
> 
> Change-Id: Idd298321da5742c8dcc75191c79cf22c663a95ff

Gah, I forgot to drop this one when applying :-/

> Signed-off-by: Carlos Santos <casantos@datacom.com.br>

Applied, thanks!

Thomas
Carlos Santos June 25, 2018, 11:58 p.m. UTC | #2
> From: "Thomas Petazzoni" <thomas.petazzoni@bootlin.com>
> To: "DATACOM" <casantos@datacom.com.br>
> Cc: "buildroot" <buildroot@buildroot.org>
> Sent: Monday, June 25, 2018 6:16:56 PM
> Subject: Re: [Buildroot] [PATCH] package/Config.in: fix alphabetical order

> Hello,
> 
> On Mon, 25 Jun 2018 17:39:09 -0300, Carlos Santos wrote:
>> Commit a098636a6b6 inserted LLVM between linux-pam and its plugins.
>> 
>> Change-Id: Idd298321da5742c8dcc75191c79cf22c663a95ff
> 
> Gah, I forgot to drop this one when applying :-/

Oh, crap. At least now you don't have an excuse to replace patchwork
by Gerrit! ;-)

> 
>> Signed-off-by: Carlos Santos <casantos@datacom.com.br>
> 
> Applied, thanks!
> 
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
> Embedded Linux and Kernel engineering
> https://bootlin.com
diff mbox series

Patch

diff --git a/package/Config.in b/package/Config.in
index 77e869ac42..8ad7a86fcb 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1567,13 +1567,13 @@  menu "Other"
 	source "package/libuv/Config.in"
 	source "package/lightning/Config.in"
 	source "package/linux-pam/Config.in"
-	source "package/llvm/Config.in"
 if BR2_PACKAGE_LINUX_PAM
 comment "linux-pam plugins"
 	source "package/libpam-radius-auth/Config.in"
 	source "package/libpam-tacplus/Config.in"
 endif
 	source "package/liquid-dsp/Config.in"
+	source "package/llvm/Config.in"
 	source "package/lttng-libust/Config.in"
 	source "package/mpc/Config.in"
 	source "package/mpdecimal/Config.in"