12 lines
259 B
Makefile
12 lines
259 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
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|