Update lwip to version STABLE-1_4_1

Fixes #366.
This commit is contained in:
Christian Prochaska 2012-11-02 15:41:06 +01:00 committed by Norman Feske
parent ac3a362fdf
commit cb8910b40c
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
LWIP_VERSION = STABLE-1_4_1-RC1
LWIP_VERSION = STABLE-1_4_1
LWIP = lwip-$(LWIP_VERSION)

View File

@ -26,7 +26,7 @@ $(DOWNLOAD_DIR)/$(LWIP_TGZ):
$(CONTRIB_DIR)/$(LWIP): $(DOWNLOAD_DIR)/$(LWIP_TGZ)
$(VERBOSE)tar xvzf $< -C $(CONTRIB_DIR) && touch $@
$(VERBOSE)find ./src/lib/lwip/ -name "*.patch" |\
xargs -ixxx sh -c "patch -p0 -r - -N -d $(CONTRIB_DIR) < xxx" || true
xargs -ixxx sh -c "patch -p1 -r - -N -d $(CONTRIB_DIR)/$(LWIP) < xxx" || true
include/lwip/lwip:
$(VERBOSE)mkdir -p $@