diff options
| author | Michael Forney <mforney@mforney.org> | 2019-07-05 14:22:02 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-07-06 01:24:36 -0700 |
| commit | e8db0dee22d2c8929661c35cc5825684ccc1ca23 (patch) | |
| tree | be4877238c5eb57ea30befef1b530450d3cb47db /.gitmodules | |
| parent | a87a386e3a5ef715fc65affe9dfa9eae09d13270 (diff) | |
Add C version of libutp
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 388459f2..702deaba 100644 --- a/.gitmodules +++ b/.gitmodules @@ -120,6 +120,9 @@ [submodule "pkg/libpng/src"] path = pkg/libpng/src url = https://github.com/glennrp/libpng +[submodule "pkg/libutp/src"] + path = pkg/libutp/src + url = https://github.com/oasislinux/libutp.git [submodule "pkg/loksh/src"] path = pkg/loksh/src url = https://github.com/dimkr/loksh |
