2023-05-21 23:35:11 +08:00
|
|
|
# Copyright (C) 2019-2023 sirpdboy https://github.com/sirpdboy/luci-app-autotimeset
|
2021-09-24 23:37:27 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
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
|
|
|
|
2023-07-15 23:35:34 +08:00
|
|
|
PKG_VERSION:=2.0.2
|
2023-07-18 10:01:42 +08:00
|
|
|
PKG_RELEASE:=20230718
|
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
|
|
|
|
|