diff options
author | Olivier Poitrey <rs@nextdns.io> | 2019-11-05 12:57:29 -0800 |
---|---|---|
committer | Olivier Poitrey <rs@nextdns.io> | 2019-11-12 18:19:27 -0800 |
commit | 4d702a1cf2277288e87ca02ca976a9a437585501 (patch) | |
tree | d7de0378bbc6da0c77851294c3b2e47a3a4b4685 /applications/luci-app-nextdns/Makefile | |
parent | 2ff7d246d669ecdf3536a9b3512b0b30030b3988 (diff) |
luci-app-nextdns: add luci integration for nextdns package
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
Diffstat (limited to 'applications/luci-app-nextdns/Makefile')
-rw-r--r-- | applications/luci-app-nextdns/Makefile | 12 |
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 |