From ac8fc386fcefbcac1bac9859f208460dcd2df2db 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 --- cjdns/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cjdns/Makefile b/cjdns/Makefile index cd5ca90..03e9954 100644 --- a/cjdns/Makefile +++ b/cjdns/Makefile @@ -38,7 +38,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 -- 2.30.2