From a38aab5b92581f5f33a3cfe285cafd23f0b8b843 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Wed, 28 Aug 2013 12:47:25 +0200 Subject: [PATCH 1/1] Fixed RTEMS submodule in .gitmodules. Apparently the PC first commiting RTEMS as a submodule has some old, buggy version, which installed it with nonfunctional path. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 67214e0..10f2a85 100644 --- a/.gitmodules +++ b/.gitmodules @@ -27,4 +27,4 @@ url = git@rtime.felk.cvut.cz:/shark/linux.git [submodule "rtems/rtems-4.10"] path = rtems/rtems-4.10 - url = //git.rtems.org/rtems.git + url = git://git.rtems.org/rtems.git -- 2.39.2