diff options
author | Rosy Song <rosysong@rosinson.com> | 2018-08-31 18:01:24 +0800 |
---|---|---|
committer | Rosy Song <rosysong@rosinson.com> | 2018-09-01 15:57:11 +0800 |
commit | a5c931d16f65b2560c96a11a230713f138dc0a77 (patch) | |
tree | f006871a362561fbb5546f52a6db333f13bb4d96 /protocols/luci-proto-ipv6/Makefile | |
parent | 757a6c7fc0b959bcf6126534c82f96a2e1d6cb54 (diff) |
luci-proto-ipv6: fix dependency for IPv6
Signed-off-by: Rosy Song <rosysong@rosinson.com>
Diffstat (limited to 'protocols/luci-proto-ipv6/Makefile')
-rw-r--r-- | protocols/luci-proto-ipv6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |