Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/routing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cjdns
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2016-01-14 03:48:37 +0300
committerDaniel Golle <daniel@makrotopia.org>2016-01-14 03:48:37 +0300
commit72276f4ca6303ca590a51400c0e5d7ede699dc09 (patch)
tree9122af54a98d5f19298710017690ac1253c68094 /cjdns
parentdc39b5245e793b19256ca9a07540e7c415cf3f4c (diff)
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>
Diffstat (limited to 'cjdns')
-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