Merge pull request #6185 from ProKn1fe/luci-app-https-dns-proxy
[project/luci.git] / applications / luci-app-apinger / Makefile
1 #
2 # Copyright (C) 2022 Jaymin Patel <jem.patel@gmail.com>
3 #
4 # This is free software, licensed under the Apache License, Version 2.0 .
5 #
6
7 include $(TOPDIR)/rules.mk
8
9 LUCI_TITLE:=LuCI support for the Apinger
10 LUCI_DEPENDS:=+apinger +apinger-rrd
11 LUCI_PKGARCH:=all
12 PKG_LICENSE:=GPL-2.0
13
14 PKG_MAINTAINER:=Jaymin Patel <jem.patel@gmail.com>
15
16 include ../../luci.mk
17
18 # call BuildPackage - OpenWrt buildroot signature
19