Merge pull request #2126 from rosysong/ipv6
authorJo-Philipp Wich <jo@mein.io>
Tue, 18 Sep 2018 15:02:26 +0000 (17:02 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Sep 2018 15:02:26 +0000 (17:02 +0200)
luci-proto-ipv6: fix dependency for IPv6

protocols/luci-proto-ipv6/Makefile

index b28c8d58955d7c2497d94eeeaeef6afd6cf0777a..b0c8395e8616b54d1b7ad7485b5de345762bc785 100644 (file)
@@ -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