blob: 81e1d55da36e3a37e3d783f965a5d4685100d73e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#
# Copyright (C) 2022 Jaymin Patel <jem.patel@gmail.com>
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for the Apinger
LUCI_DEPENDS:=+luci-base +apinger +apinger-rrd
PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Jaymin Patel <jem.patel@gmail.com>
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
|