Skip to content

Commit

Permalink
Update lwip to version STABLE-1_4_1
Browse files Browse the repository at this point in the history
  • Loading branch information
cproc committed Nov 5, 2012
1 parent 62d81ae commit 7e8e828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libports/ports/lwip.inc
@@ -1,2 +1,2 @@
LWIP_VERSION = STABLE-1_4_1-RC1
LWIP_VERSION = STABLE-1_4_1
LWIP = lwip-$(LWIP_VERSION)
2 changes: 1 addition & 1 deletion libports/ports/lwip.mk
Expand Up @@ -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 $@
Expand Down

0 comments on commit 7e8e828

Please sign in to comment.