-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
42 lines (42 loc) · 1.48 KB
/
.gitmodules
File metadata and controls
42 lines (42 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[submodule "third_party/libcsv"]
path = third_party/libcsv
url = https://github.com/rgamble/libcsv.git
[submodule "third_party/json-c"]
path = third_party/json-c
url = https://github.com/json-c/json-c.git
[submodule "third_party/curl"]
path = third_party/curl
url = https://github.com/curl/curl.git
[submodule "third_party/openssl"]
path = third_party/openssl
url = https://github.com/openssl/openssl.git
[submodule "third_party/u-boot"]
path = third_party/u-boot
url = https://github.com/u-boot/u-boot.git
[submodule "third_party/libubootenv"]
path = third_party/libubootenv
url = https://github.com/sbabic/libubootenv.git
[submodule "third_party/zlib"]
path = third_party/zlib
url = https://github.com/madler/zlib.git
[submodule "third_party/readline"]
path = third_party/readline
url = https://github.com/gnu-mirror-unofficial/readline.git
[submodule "third_party/ncurses"]
path = third_party/ncurses
url = https://github.com/mirror/ncurses.git
[submodule "third_party/libefivar"]
path = third_party/libefivar
url = https://github.com/rhboot/efivar.git
[submodule "third_party/wolfssl"]
path = third_party/wolfssl
url = https://github.com/wolfSSL/wolfssl.git
[submodule "third_party/libssh"]
path = third_party/libssh
url = https://github.com/libssh/libssh-mirror.git
[submodule "third_party/tpm2-tss"]
path = third_party/tpm2-tss
url = https://github.com/tpm2-software/tpm2-tss.git
[submodule "third_party/libxml2"]
path = third_party/libxml2
url = https://github.com/GNOME/libxml2.git