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:
authorMarkus Stenberg <markus.stenberg@iki.fi>2015-12-11 15:05:14 +0300
committerMarkus Stenberg <markus.stenberg@iki.fi>2015-12-11 15:05:14 +0300
commitbcaa87776f2eb2eb54675b2dca152d23625089ad (patch)
tree674f4c12c902d2b0e11f64dcba113b21dd62a4e1 /cjdns
parenta0d7ff3f1a63fbe4ee2b4b79dece00b5710bfcf7 (diff)
kmod-ipv6 => @IPV6.
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 9acc3cc..824f378 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:=+kmod-tun +@IPV6 +libnl-tiny +libpthread +librt \
+libuci-lua +lua-bencode +dkjson +luasocket +lua-sha2
endef