Skip to content

Commit

Permalink
node: v10.x drop v10.9.0 due to build error
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhack committed Aug 17, 2018
1 parent 629a81d commit 6684599
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions node/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=node

ifeq ($(CONFIG_NODEJS_10),y)
PKG_VERSION:=v10.9.0
#PKG_VERSION:=v10.9.0
PKG_VERSION:=v10.8.0
PKG_RELEASE:=1
PKG_HASH:=d17ef8eb72d6a31f50a663d554beb9bcb55aa2ce57cf189abfc9b1ba20530d02
#PKG_HASH:=d17ef8eb72d6a31f50a663d554beb9bcb55aa2ce57cf189abfc9b1ba20530d02
PKG_HASH:=97bb21718228fd801c8355c842e764eefda888d3a87de8eb04315c74f546b9bc
PATCH_DIR:=./patches/v10.x
else
ifeq ($(CONFIG_NODEJS_9),y)
Expand Down

0 comments on commit 6684599

Please sign in to comment.