cjdns: Do not build on ARC
[feed/routing.git] / 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