summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-nextdns
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-03-01 16:27:31 +0100
committerGitHub <noreply@github.com>2020-03-01 16:27:31 +0100
commit2ceeaee129a25bd63faaef49dfa1456cca40d4fe (patch)
tree56cfdf78049891d24e656b69eb699076c5e88e26 /applications/luci-app-nextdns
parent77ba1cfb2c32d2219d7bba4da7dc8c4e28722675 (diff)
parent42a2fa553f94a042f7e71f69b889031c86c70cf8 (diff)
Merge pull request #3701 from howard0su/clean
luci-app: Remove luci-compat dependency
Diffstat (limited to 'applications/luci-app-nextdns')
-rw-r--r--applications/luci-app-nextdns/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-nextdns/Makefile b/applications/luci-app-nextdns/Makefile
index 263b66e6a6..51d60561b1 100644
--- a/applications/luci-app-nextdns/Makefile
+++ b/applications/luci-app-nextdns/Makefile
@@ -4,7 +4,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for NextDNS
-LUCI_DEPENDS:=+luci-compat +nextdns
+LUCI_DEPENDS:=+nextdns
LUCI_PKGARCH:=all
include ../../luci.mk