From 22cb7cd95336a4ce2f42e8f16cee71127f4728ce Mon Sep 17 00:00:00 2001 From: Galen Hazelwood Date: Sun, 11 Oct 2015 14:58:11 -0700 Subject: lib/lwip: Add LwIP stack as a submodule in the library directory --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3