projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
653ec59
)
cjdns: Do not build on ARC
author
Rosen Penev
<rosenp@gmail.com>
Mon, 27 May 2019 23:48:46 +0000
(16:48 -0700)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/cjdns/Makefile
b/cjdns/Makefile
index 7b8586e74292a33d1ec194f85a3b16456bf4d191..58356a624a1ef168f79388d600a333d6f589e9ca 100644
(file)
--- 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 <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