قرینه از
https://git.openwrt.org/project/luci.git
synced 2025-01-18 23:45:02 +00:00
4c03f5ff1f
This is anyway default Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
18 خطوط
401 B
Makefile
18 خطوط
401 B
Makefile
#
|
|
# 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
|
|
|