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 | |
| parent | 91f2168dd53bf13807a7191b92851bf74fed0920 (diff) | |
lib/lwip: Add LwIP stack as a submodule in the library directory
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | lib/lwip | 0 |
2 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 diff --git a/lib/lwip b/lib/lwip new file mode 160000 +Subproject 5b8b5d459e7dd890724515bbfad86c705234f9e |
