diff options
Diffstat (limited to 'applications/luci-app-nextdns/Makefile')
-rw-r--r-- | applications/luci-app-nextdns/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/applications/luci-app-nextdns/Makefile b/applications/luci-app-nextdns/Makefile index 51d60561b1..9d2734c186 100644 --- a/applications/luci-app-nextdns/Makefile +++ b/applications/luci-app-nextdns/Makefile @@ -4,8 +4,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for NextDNS -LUCI_DEPENDS:=+nextdns -LUCI_PKGARCH:=all +LUCI_DEPENDS:=+luci-base +nextdns include ../../luci.mk |