mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 07:06:58 +08:00
26 lines
457 B
Makefile
26 lines
457 B
Makefile
#
|
|
# Copyright 2019-2023 sirpdboy
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
NAME:=autotimeset
|
|
PKG_NAME:=luci-app-$(NAME)
|
|
LUCI_TITLE:=LuCI support for Scheduled Time setting
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_VERSION:=2.2.0
|
|
PKG_RELEASE:=20240412
|
|
|
|
|
|
define Package/$(PKG_NAME)/conffiles
|
|
/etc/config/autotimeset
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|