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"] |
||||
path = panda |
||||
url = ../../commaai/panda.git |
||||
path = panda |
||||
url = ../../commaai/panda.git |
||||
[submodule "opendbc"] |
||||
path = opendbc |
||||
url = ../../commaai/opendbc.git |
||||
path = opendbc |
||||
url = ../../commaai/opendbc.git |
||||
[submodule "laika_repo"] |
||||
path = laika_repo |
||||
url = ../../commaai/laika.git |
||||
path = laika_repo |
||||
url = ../../commaai/laika.git |
||||
[submodule "cereal"] |
||||
path = cereal |
||||
url = ../../commaai/cereal.git |
||||
path = cereal |
||||
url = ../../commaai/cereal.git |
||||
[submodule "rednose_repo"] |
||||
path = rednose_repo |
||||
url = ../../commaai/rednose.git |
||||
path = rednose_repo |
||||
url = ../../commaai/rednose.git |
||||
[submodule "body"] |
||||
path = body |
||||
url = ../../commaai/body.git |
||||
|
@ -0,0 +1 @@ |
||||
Subproject commit 04aeb30ce0bb14759989cd374158233877e1e151 |
Loading…
Reference in new issue