From 01417ad6817a376fda20f6761feaabc64a8a5fe7 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 27 May 2019 16:48:46 -0700 Subject: [PATCH] cjdns: Do not build on ARC Is not supported by node. Signed-off-by: Rosen Penev (cherry picked from commit ac8fc386fcefbcac1bac9859f208460dcd2df2db) --- cjdns/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cjdns/Makefile b/cjdns/Makefile index 7b8586e..58356a6 100644 --- a/cjdns/Makefile +++ b/cjdns/Makefile @@ -39,7 +39,7 @@ define Package/cjdns TITLE:=Encrypted near-zero-conf mesh routing protocol URL:=https://github.com/cjdelisle/cjdns MAINTAINER:=Lars Gierth - DEPENDS:=@IPV6 +kmod-tun +libnl-tiny +libpthread +librt \ + DEPENDS:=@!arc @IPV6 +kmod-tun +libnl-tiny +libpthread +librt \ +libuci-lua +lua-bencode +dkjson +luasocket +lua-sha2 endef