diff --git a/.gitmodules b/.gitmodules index e69de29bb..d990e7e32 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,18 @@ +[submodule "web/socket/flot"] + path = web/socket/flot + url = https://github.com/flot/flot.git +[submodule "thirdparty/libconfig"] + path = thirdparty/libconfig + url = https://github.com/hyperrealm/libconfig.git +[submodule "thirdparty/libwebsockets"] + path = thirdparty/libwebsockets + url = https://github.com/warmcat/libwebsockets +[submodule "thirdparty/criterion"] + path = thirdparty/criterion + url = https://github.com/Snaipe/Criterion +[submodule "thirdparty/libnl"] + path = thirdparty/libnl + url = https://github.com/thom311/libnl.git +[submodule "thirdparty/pciutils"] + path = thirdparty/pciutils + url = https://github.com/pciutils/pciutils.git diff --git a/thirdparty/criterion b/thirdparty/criterion new file mode 160000 index 000000000..20a9da7c1 --- /dev/null +++ b/thirdparty/criterion @@ -0,0 +1 @@ +Subproject commit 20a9da7c1897f16d84185481ff293cd8af8d644b diff --git a/thirdparty/libconfig b/thirdparty/libconfig new file mode 160000 index 000000000..5a06a161a --- /dev/null +++ b/thirdparty/libconfig @@ -0,0 +1 @@ +Subproject commit 5a06a161afacce6e32491db33781dab2f216df71 diff --git a/thirdparty/libnl b/thirdparty/libnl new file mode 160000 index 000000000..7bf2e6465 --- /dev/null +++ b/thirdparty/libnl @@ -0,0 +1 @@ +Subproject commit 7bf2e64654de75578db34b0eab53a3e4d106d65f diff --git a/thirdparty/libwebsockets b/thirdparty/libwebsockets new file mode 160000 index 000000000..0c984014f --- /dev/null +++ b/thirdparty/libwebsockets @@ -0,0 +1 @@ +Subproject commit 0c984014f0a82e184af2ff18f97b45e2cbccd0bd diff --git a/thirdparty/pciutils b/thirdparty/pciutils new file mode 160000 index 000000000..2f8b8f9fc --- /dev/null +++ b/thirdparty/pciutils @@ -0,0 +1 @@ +Subproject commit 2f8b8f9fcfcdb5d5692c6da887fc7f9c0cac847c