From: Rosen Penev Date: Mon, 27 May 2019 23:48:46 +0000 (-0700) Subject: cjdns: Do not build on ARC X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F479%2Fhead;p=feed%2Frouting.git cjdns: Do not build on ARC Is not supported by node. Signed-off-by: Rosen Penev --- 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