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>
This commit is contained in:
Daniel Golle 2016-01-14 01:48:37 +01:00
parent dc39b5245e
commit 72276f4ca6
1 changed files with 1 additions and 1 deletions

View File

@ -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