1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #13436 from benpicco/lwip-fork

pkg/lwip: use GitHub mirror
This commit is contained in:
Martine Lenders 2020-02-21 15:03:30 +01:00 committed by GitHub
commit 8a7beed8fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
PKG_NAME=lwip
PKG_URL=https://git.savannah.nongnu.org/git/lwip.git
PKG_URL=https://github.com/lwip-tcpip/lwip.git
# lwIP v2.1.2
PKG_VERSION=159e31b689577dbf69cf0683bbaffbd71fa5ee10
PKG_LICENSE=BSD-3-Clause