[Buildroot] [git commit] package/Config.in: sort the real-time menu entries

Peter Korsgaard jacmet at sunsite.dk
Sat Sep 21 20:44:53 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=1baca6252391ff793d15122f83006b8ec341bf41
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Reported-by: Thomas De Schampheleire <thomas.de.schampheleire at gmail.com>
Signed-off-by: Romain Naour <romain.naour at openwide.fr>
Acked-by: Thomas De Schampheleire <thomas.de.schampheleire at gmail.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/Config.in b/package/Config.in
index e1dfd5d..1dd60d1 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -910,8 +910,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"


More information about the buildroot mailing list