mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 07:06:58 +08:00
14 lines
298 B
Makefile
Executable File
14 lines
298 B
Makefile
Executable File
# Copyright (C) 2020-2023 Hyy2001X <https://github.com/Hyy2001X>
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI support for iPerf3 server
|
|
LUCI_DEPENDS:=+iperf3
|
|
LUCI_PKGARCH:=all
|
|
PKG_VERSION:=2.0
|
|
PKG_RELEASE:=4
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|