mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
26 lines
644 B
Makefile
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
|