op-packages/luci-app-taskplan/Makefile
github-actions[bot] b99e3e42e7 🐶 Sync 2026-03-09 08:45:34
2026-03-09 08:45:34 +08:00

46 lines
841 B
Makefile

#
# Copyright 2019-2026 sirpdboy
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-taskplan
PKG_VERSION:=3.0.0
PKG_RELEASE:=3
PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=sirpdboy
LUCI_PKGARCH:=all
define Package/luci-app-taskplan
SECTION:=luci
CATEGORY:=LuCI
SUBMENU:=3. Applications
TITLE:=LuCI Support for Task Plan
PKGARCH:=all
DEPENDS:=+rpcd +luci-base +bash
endef
define Package/luci-app-taskplan/description
Scheduled tasks and startup tasks management.
Includes restart, shutdown, network restart, memory release,
system cleaning, and custom scripts.
endef
define Build/Compile
endef
define Package/$(PKG_NAME)/conffiles
/etc/config/taskplan
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature