mirror of
https://github.com/kenzok8/small-package
synced 2025-01-09 08:59:26 +08:00
17 lines
346 B
Makefile
17 lines
346 B
Makefile
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_VERSION:=1.0.5-20240624
|
|
PKG_RELEASE:=
|
|
|
|
LUCI_TITLE:=LuCI support for SysTools
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+lsblk +docker +dockerd +luci-lib-iform +luci-lib-taskd +speedtestcli
|
|
LUCI_EXTRA_DEPENDS:=luci-lib-iform (>=1.1)
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|