small-package/luci-app-autotimeset/Makefile

26 lines
457 B
Makefile
Raw Normal View History

2024-03-12 00:13:36 +08:00
#
# Copyright 2019-2023 sirpdboy
#
2021-09-24 23:37:27 +08:00
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
2024-03-12 00:13:36 +08:00
NAME:=autotimeset
PKG_NAME:=luci-app-$(NAME)
2022-09-06 20:23:01 +08:00
LUCI_TITLE:=LuCI support for Scheduled Time setting
LUCI_PKGARCH:=all
2021-09-24 23:37:27 +08:00
2024-03-12 00:13:36 +08:00
PKG_VERSION:=2.1.0
2024-03-23 04:15:49 +08:00
PKG_RELEASE:=20240318
2023-05-21 23:35:11 +08:00
2021-09-24 23:37:27 +08:00
define Package/$(PKG_NAME)/conffiles
/etc/config/autotimeset
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature