From 72276f4ca6303ca590a51400c0e5d7ede699dc09 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Thu, 14 Jan 2016 01:48:37 +0100 Subject: [PATCH] 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 --- cjdns/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - 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