From 62e8248185b7a997c2a4e120c1979819c0e60531 Mon Sep 17 00:00:00 2001 From: Andrey G Date: Sun, 31 Oct 2021 21:46:28 +0300 Subject: [PATCH] OpenBLT: add as submodule under firmware/ext (#3432) * OpenBLT: add as submodule under firmware/ext OpenBLT is forked for RusEFI, rusefi_prod brunch is used. * OpenBLT: use https for submodule * submodule: make openblt submodule to track rusefi_prod --- .gitmodules | 4 ++++ firmware/ext/openblt | 1 + 2 files changed, 5 insertions(+) create mode 160000 firmware/ext/openblt diff --git a/.gitmodules b/.gitmodules index 40754f5dc7..248231466d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -33,3 +33,7 @@ path = firmware/controllers/lua/luaaa url = https://github.com/rusefi/luaaa branch = rusefi_prod_2019 +[submodule "firmware/ext/openblt"] + path = firmware/ext/openblt + url = https://github.com/rusefi/openblt + branch = rusefi_prod diff --git a/firmware/ext/openblt b/firmware/ext/openblt new file mode 160000 index 0000000000..d37f1887f7 --- /dev/null +++ b/firmware/ext/openblt @@ -0,0 +1 @@ +Subproject commit d37f1887f7a03af9b563bbcaa51fe65e8e7d5fa8