From mboxrd@z Thu Jan 1 00:00:00 1970 From: Romain Naour Date: Sat, 21 Sep 2013 12:20:03 +0200 (CEST) Subject: [Buildroot] [PATCH 1/1] Reorders the real-time menu In-Reply-To: <1768460875.7313954.1379758544122.JavaMail.root@openwide.fr> Message-ID: <1780223206.7314002.1379758803708.JavaMail.root@openwide.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Reported-by: Thomas De Schampheleire Signed-off-by: Romain Naour --- package/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/Config.in b/package/Config.in index 911cba1..aac0c12 100644 --- a/package/Config.in +++ b/package/Config.in @@ -911,8 +911,8 @@ endif endmenu menu "Real-Time" -source "package/xenomai/Config.in" source "package/rtai/Config.in" +source "package/xenomai/Config.in" endmenu menu "Shell and utilities" -- 1.8.4