lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit a64623683d682898a76a03624776290ef9876273
parent 2b8a17de0183a6a0a0a5eb0e0eb9ec1c63b7543b
Author: Stijn Tintel <stijn@linux-ipv6.be>
Date:   Thu, 17 Mar 2016 10:35:53 +0100

node-cylon: add node host dependency

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>

Diffstat:
Mlang/node-cylon/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/node-cylon/Makefile b/lang/node-cylon/Makefile @@ -18,7 +18,7 @@ PKG_SOURCE_VERSION:=0c37da77e48b3e2cc3a8d566822a17689de91b40 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz -PKG_BUILD_DEPENDS:=node +PKG_BUILD_DEPENDS:=node/host PKG_NODE_VERSION:=0.12.7 PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>