From a5c931d16f65b2560c96a11a230713f138dc0a77 Mon Sep 17 00:00:00 2001 From: Rosy Song Date: Fri, 31 Aug 2018 18:01:24 +0800 Subject: [PATCH] luci-proto-ipv6: fix dependency for IPv6 Signed-off-by: Rosy Song --- protocols/luci-proto-ipv6/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1