From 0bb4ed01ea4e0455b6f9d2c4c24047cdce1d8ed2 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Thu, 6 Feb 2025 20:03:05 +0100 Subject: [PATCH] lwip: bump to v2.2.1 --- pkg/lwip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/lwip/Makefile b/pkg/lwip/Makefile index 19da1f5ee0f5..e4b921fd59b7 100644 --- a/pkg/lwip/Makefile +++ b/pkg/lwip/Makefile @@ -1,7 +1,7 @@ PKG_NAME=lwip PKG_URL=https://github.com/lwip-tcpip/lwip.git -# lwIP v2.2.0 -PKG_VERSION=07a0dec3d4fa08ec332e5c297c40899ae6c727c6 +# lwIP v2.2.1 +PKG_VERSION=77dcd25a72509eb83f72b033d219b1d40cd8eb95 PKG_LICENSE=BSD-3-Clause include $(RIOTBASE)/pkg/pkg.mk