This commit is contained in:
Florian Märkl 2019-07-28 15:42:43 +02:00
commit 6bd7c117e8
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
15 changed files with 3448 additions and 11 deletions

6
.gitmodules vendored
View file

@ -4,3 +4,9 @@
[submodule "third-party/nanopb"]
path = third-party/nanopb
url = https://github.com/nanopb/nanopb.git
[submodule "third-party/jerasure"]
path = third-party/jerasure
url = git@github.com:thestr4ng3r/jerasure.git
[submodule "third-party/gf-complete"]
path = third-party/gf-complete
url = git@github.com:thestr4ng3r/gf-complete.git