cjdns: Do not build on ARC
authorRosen Penev <rosenp@gmail.com>
Mon, 27 May 2019 23:48:46 +0000 (16:48 -0700)
committerPaul Spooren <mail@aparcar.org>
Mon, 28 Feb 2022 11:43:08 +0000 (12:43 +0100)
Is not supported by node.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit ac8fc386fcefbcac1bac9859f208460dcd2df2db)

cjdns/Makefile

index 7b8586e74292a33d1ec194f85a3b16456bf4d191..58356a624a1ef168f79388d600a333d6f589e9ca 100644 (file)
@@ -39,7 +39,7 @@ define Package/cjdns
        TITLE:=Encrypted near-zero-conf mesh routing protocol
        URL:=https://github.com/cjdelisle/cjdns
        MAINTAINER:=Lars Gierth <larsg@systemli.org>
-       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