mirror of
https://github.com/kiddin9/openwrt-packages.git
synced 2025-01-08 13:17:29 +08:00
12 lines
266 B
Makefile
Executable File
12 lines
266 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
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|