summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2018-09-18 17:02:26 +0200
committerGitHub <noreply@github.com>2018-09-18 17:02:26 +0200
commit1536be677464f17252e58fc05d650318e42d6ba9 (patch)
tree0b2c51c221af6454c4e713f79ffbb726fda3a130
parenta531d7bc0613b76f2418c6ce6372e96c35c81512 (diff)
parenta5c931d16f65b2560c96a11a230713f138dc0a77 (diff)
Merge pull request #2126 from rosysong/ipv6
luci-proto-ipv6: fix dependency for IPv6
-rw-r--r--protocols/luci-proto-ipv6/Makefile2
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