2023-01-20 08:48:32 +08:00
|
|
|
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2023-12-15 16:23:02 +08:00
|
|
|
PKG_VERSION:=1.0.5-20231215
|
2023-01-20 08:48:32 +08:00
|
|
|
PKG_RELEASE:=
|
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI support for SysTools
|
|
|
|
LUCI_PKGARCH:=all
|
2023-04-09 01:55:05 +08:00
|
|
|
LUCI_DEPENDS:=+lsblk +docker +dockerd +luci-lib-iform +luci-lib-taskd +speedtestcli
|
2023-01-20 08:48:32 +08:00
|
|
|
LUCI_EXTRA_DEPENDS:=luci-lib-iform (>=1.1)
|
|
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|
|
|