op-packages/luci-app-lite-watchdog/Makefile
github-actions[bot] a4f37aefb9 🍓 Sync 2026-07-05 20:30:31
2026-07-05 20:30:31 +08:00

26 lines
644 B
Makefile

#
# Copyright 2022-2026 Rafał Wabik - IceG - From eko.one.pl forum
#
# MIT License
#
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-lite-watchdog
LUCI_TITLE:=LuCI JS Support for lite-watchdog the connection monitor
PKG_MAINTAINER:=Rafał Wabik <4Rafal@gmail.com>
LUCI_DESCRIPTION:=LuCI JS interface for the lite-watchdog scripts.
LUCI_DEPENDS:=+sms-tool +kmod-usb-serial +kmod-usb-serial-option +comgt
LUCI_PKGARCH:=all
PKG_VERSION:=1.0.18
PKG_RELEASE:=3
define Package/luci-app-lite-watchdog/conffiles
/etc/modem/log.txt
/etc/lite_watchdog.user
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature