diff options
| author | Galen Hazelwood | 2015-10-11 14:58:11 -0700 |
|---|---|---|
| committer | Paul Sokolovsky | 2015-10-23 00:35:20 +0300 |
| commit | 22cb7cd95336a4ce2f42e8f16cee71127f4728ce (patch) | |
| tree | 67ac2b9b3d34cf04b614eb4ea9999b688cc600fb /.gitmodules | |
| parent | 91f2168dd53bf13807a7191b92851bf74fed0920 (diff) | |
lib/lwip: Add LwIP stack as a submodule in the library directory
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f12681b6b..254dabf02 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,6 @@ [submodule "lib/libffi"] path = lib/libffi url = https://github.com/atgreen/libffi +[submodule "lib/lwip"] + path = lib/lwip + url = http://git.savannah.gnu.org/r/lwip.git |
