From d619444cb40080e8fccce899d0690617b3bea90b Mon Sep 17 00:00:00 2001 From: hathach Date: Sat, 23 Jan 2021 14:55:12 +0700 Subject: [PATCH] change lwip to github mirror --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 61321ae69..46e2d807c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -21,7 +21,7 @@ url = https://github.com/majbthrd/nuc_driver.git [submodule "lib/lwip"] path = lib/lwip - url = https://git.savannah.nongnu.org/git/lwip.git + url = https://github.com/lwip-tcpip/lwip.git [submodule "lib/FreeRTOS"] path = lib/FreeRTOS url = https://github.com/FreeRTOS/FreeRTOS.git