mirror of
https://github.com/kenzok8/small-package.git
synced 2026-01-14 03:14:58 +08:00
26 lines
446 B
Makefile
26 lines
446 B
Makefile
#
|
|
# Copyright 2019-2025 sirpdboy
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
NAME:=taskplan
|
|
PKG_NAME:=luci-app-$(NAME)
|
|
LUCI_TITLE:=LuCI support for Task Plan setting
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_VERSION:=2.3.1
|
|
PKG_RELEASE:=20251023
|
|
|
|
|
|
define Package/$(PKG_NAME)/conffiles
|
|
/etc/config/taskplan
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|