body: add fw repo as submodule (#25420)
* body: add fw repo as submodule * bump body * file whitelist * revert that for nowpull/25118/head
parent
f0214d5e83
commit
7e6f4e74bf
6 changed files with 35 additions and 15 deletions
@ -1,15 +1,18 @@ |
|||||||
[submodule "panda"] |
[submodule "panda"] |
||||||
path = panda |
path = panda |
||||||
url = ../../commaai/panda.git |
url = ../../commaai/panda.git |
||||||
[submodule "opendbc"] |
[submodule "opendbc"] |
||||||
path = opendbc |
path = opendbc |
||||||
url = ../../commaai/opendbc.git |
url = ../../commaai/opendbc.git |
||||||
[submodule "laika_repo"] |
[submodule "laika_repo"] |
||||||
path = laika_repo |
path = laika_repo |
||||||
url = ../../commaai/laika.git |
url = ../../commaai/laika.git |
||||||
[submodule "cereal"] |
[submodule "cereal"] |
||||||
path = cereal |
path = cereal |
||||||
url = ../../commaai/cereal.git |
url = ../../commaai/cereal.git |
||||||
[submodule "rednose_repo"] |
[submodule "rednose_repo"] |
||||||
path = rednose_repo |
path = rednose_repo |
||||||
url = ../../commaai/rednose.git |
url = ../../commaai/rednose.git |
||||||
|
[submodule "body"] |
||||||
|
path = body |
||||||
|
url = ../../commaai/body.git |
||||||
|
@ -0,0 +1 @@ |
|||||||
|
Subproject commit 04aeb30ce0bb14759989cd374158233877e1e151 |
Loading…
Reference in new issue