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-12 01:25:10 +0300
committerMarkus Stenberg <markus.stenberg@iki.fi>2015-12-12 01:25:10 +0300
commit5cd413d16a802f0257cf92d0b5772d9b60863a3a (patch)
tree733f5e5c799ff5e44afc6e8d29d5af286c295afa /cjdns
parentbcaa87776f2eb2eb54675b2dca152d23625089ad (diff)
Revert "kmod-ipv6 => @IPV6."
This reverts commit bcaa87776f2eb2eb54675b2dca152d23625089ad. Caused circular dependencies; reverted for now. (kmod-ipv6 explicit dependencies _should_ be eliminated though, but this is clearly not the way.)
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 824f378..9acc3cc 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 +@IPV6 +libnl-tiny +libpthread +librt \
+ DEPENDS:=+kmod-tun +kmod-ipv6 +libnl-tiny +libpthread +librt \
+libuci-lua +lua-bencode +dkjson +luasocket +lua-sha2
endef