mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-27 08:31:44 +08:00
22 lines
550 B
Makefile
22 lines
550 B
Makefile
#
|
|
# Copyright (C) 2025 sirpdboy herboy2008@gmail.com https://github.com/sirpdboy/luci-app-watchdog
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-watchdog
|
|
PKG_VERSION:=1.0.8
|
|
PKG_RELEASE:=20260312
|
|
|
|
PKG_MAINTAINER:=sirpdboy <herboy2008@gmail.com>
|
|
PKG_CONFIG_DEPENDS:=
|
|
|
|
LUCI_TITLE:=LuCI support for watchdog
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+watchdog
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|