From: Rosy Song Date: Fri, 31 Aug 2018 10:01:24 +0000 (+0800) Subject: luci-proto-ipv6: fix dependency for IPv6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a5c931d16f65b2560c96a11a230713f138dc0a77;p=oweals%2Fluci.git luci-proto-ipv6: fix dependency for IPv6 Signed-off-by: Rosy Song --- diff --git a/protocols/luci-proto-ipv6/Makefile b/protocols/luci-proto-ipv6/Makefile index b28c8d589..b0c8395e8 100644 --- a/protocols/luci-proto-ipv6/Makefile +++ b/protocols/luci-proto-ipv6/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Support for DHCPv6/6in4/6to4/6rd/DS-Lite -LUCI_DEPENDS:= +LUCI_DEPENDS:=@IPV6 PKG_LICENSE:=Apache-2.0