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