2023-03-03 19:12:20 +08:00
|
|
|
# Copyright (C) 2020-2022 Hyy2001X <https://github.com/Hyy2001X>
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=luci-app-autoupdate
|
2023-11-23 16:22:08 +08:00
|
|
|
PKG_VERSION:=9
|
2023-03-03 19:12:20 +08:00
|
|
|
PKG_RELEASE:=2
|
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI Support for autoupdate
|
|
|
|
LUCI_DEPENDS:=+autoupdate
|
|
|
|
LUCI_PKGARCH:=all
|
|
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|