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=01417ad6817a376fda20f6761feaabc64a8a5fe7;p=feed%2Frouting.git cjdns: Do not build on ARC Is not supported by node. Signed-off-by: Rosen Penev (cherry picked from commit ac8fc386fcefbcac1bac9859f208460dcd2df2db) --- 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