mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 17:04:33 +04:00
cjdns: Do not build on ARC
Is not supported by node. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -38,7 +38,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user