14 lines
291 B
Makefile
14 lines
291 B
Makefile
![]() |
# Copyright (C) 2020-2021 Hyy2001X <https://github.com/Hyy2001X>
|
||
|
|
||
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
LUCI_TITLE:=LuCI support for iPerf3
|
||
|
LUCI_DEPENDS:=+iperf3
|
||
|
LUCI_PKGARCH:=all
|
||
|
PKG_VERSION:=2.0
|
||
|
PKG_RELEASE:=3
|
||
|
|
||
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||
|
|
||
|
# call BuildPackage - OpenWrt buildroot signature
|