Update lwIP to 2.1.1

Fix #3035
This commit is contained in:
Emery Hemingway 2018-11-12 12:49:21 +01:00 committed by Christian Helmuth
parent e0b7fb1929
commit e63a870bce
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
7b106db24a8a49b863999c90eb5943d472d325e1
cc80f12ba8c6bba24a3c0efd4f3d96d572c4f9d0

View File

@ -1,9 +1,9 @@
LICENSE := BSD
VERSION := 2_1_0_RC1
VERSION := 2.1.1
DOWNLOADS := lwip.archive
URL(lwip) := http://git.savannah.nongnu.org/cgit/lwip.git/snapshot/lwip-STABLE-$(VERSION).tar.gz
SHA(lwip) := 731c1bc74e9a73daebe9ef83b602ce35f878818eff06dc33785248e9de032666
URL(lwip) := http://git.savannah.nongnu.org/cgit/lwip.git/snapshot/lwip-STABLE-2_1_1_RELEASE.tar.gz
SHA(lwip) := d1c80a7314a178f83d4c32d840e9aa0e084feec47217ee928941987cdf920b48
DIR(lwip) := src/lib/lwip
UNPACKED_DIR := src/lib/lwip