summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Golle2016-01-14 00:48:37 +0000
committerDaniel Golle2016-01-14 00:48:37 +0000
commit72276f4ca6303ca590a51400c0e5d7ede699dc09 (patch)
tree9122af54a98d5f19298710017690ac1253c68094
parentdc39b5245e793b19256ca9a07540e7c415cf3f4c (diff)
downloadrouting-72276f4ca6303ca590a51400c0e5d7ede699dc09.tar.gz
cjdns: depend on @IPV6 instead of kmod-ipv6
kmod-ipv6 was retired as IPv6 support is now built-in unless explicitely disabled. @IPV6 refers to CONFIG_IPV6 from menuconfig which is enabled by default. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r--cjdns/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cjdns/Makefile b/cjdns/Makefile
index 7cda33b..6f7a6af 100644
--- a/cjdns/Makefile
+++ b/cjdns/Makefile
@@ -38,7 +38,7 @@ define Package/cjdns
TITLE:=Encrypted near-zero-conf mesh routing protocol
URL:=https://github.com/hyperboria/cjdns
MAINTAINER:=Lars Gierth <larsg@systemli.org>
- DEPENDS:=+kmod-tun +kmod-ipv6 +libnl-tiny +libpthread +librt \
+ DEPENDS:=@IPV6 +kmod-tun +libnl-tiny +libpthread +librt \
+libuci-lua +lua-bencode +dkjson +luasocket +lua-sha2
endef