cjdns: depend on @IPV6 instead of kmod-ipv6 143/head
authorDaniel Golle <daniel@makrotopia.org>
Thu, 14 Jan 2016 00:48:37 +0000 (01:48 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 14 Jan 2016 00:48:37 +0000 (01:48 +0100)
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>
cjdns/Makefile

index 7cda33b8c2d57b94a7b930e5aecee0ad26f548a9..6f7a6af1562130b58d64577fe5c59dab4a62f04f 100644 (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