diff --git a/pkg/lwip/Makefile b/pkg/lwip/Makefile index 34357b81bb..19da1f5ee0 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.1.3 -PKG_VERSION=6ca936f6b588cee702c638eee75c2436e6cf75de +# lwIP v2.2.0 +PKG_VERSION=07a0dec3d4fa08ec332e5c297c40899ae6c727c6 PKG_LICENSE=BSD-3-Clause include $(RIOTBASE)/pkg/pkg.mk diff --git a/pkg/lwip/patches/0001-netconn-add-callback-arg-storage.patch b/pkg/lwip/patches/0001-netconn-add-callback-arg-storage.patch deleted file mode 100644 index d4a19d4f92..0000000000 Binary files a/pkg/lwip/patches/0001-netconn-add-callback-arg-storage.patch and /dev/null differ