cjdns: Do not build on ARC
Is not supported by node.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit ac8fc386fc
)
This commit is contained in:
parent
653ec59929
commit
01417ad681
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ define Package/cjdns
|
||||||
TITLE:=Encrypted near-zero-conf mesh routing protocol
|
TITLE:=Encrypted near-zero-conf mesh routing protocol
|
||||||
URL:=https://github.com/cjdelisle/cjdns
|
URL:=https://github.com/cjdelisle/cjdns
|
||||||
MAINTAINER:=Lars Gierth <larsg@systemli.org>
|
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
|
+libuci-lua +lua-bencode +dkjson +luasocket +lua-sha2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue