summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-nextdns/Makefile
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2019-11-16 11:29:50 +0200
committerGitHub <noreply@github.com>2019-11-16 11:29:50 +0200
commit2663c3384c24e6006919984a58c7153d01c05813 (patch)
tree8fef4b383a6606d0d2bcd7950e1ad103ecccc1a1 /applications/luci-app-nextdns/Makefile
parent8b3325f8e757e1db50f3aef803a010da6f68da3a (diff)
parent4d702a1cf2277288e87ca02ca976a9a437585501 (diff)
Merge pull request #3291 from rs/feature_nextdns
luci-app-nextdns: add luci integration for nextdns package
Diffstat (limited to 'applications/luci-app-nextdns/Makefile')
-rw-r--r--applications/luci-app-nextdns/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/applications/luci-app-nextdns/Makefile b/applications/luci-app-nextdns/Makefile
new file mode 100644
index 0000000000..263b66e6a6
--- /dev/null
+++ b/applications/luci-app-nextdns/Makefile
@@ -0,0 +1,12 @@
+# Copyright 2019 Olivier Poitrey (rs@nextdns.io)
+# This is free software, licensed under the Apache License, Version 2.0
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=LuCI support for NextDNS
+LUCI_DEPENDS:=+luci-compat +nextdns
+LUCI_PKGARCH:=all
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature