mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
5456830db9
For release note, see after the file list at: https://sourceforge.net/projects/iperf2/files/ This commit also adds a package patch to fix the build with musl libc toolchains. Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
450 B
Makefile
18 lines
450 B
Makefile
################################################################################
|
|
#
|
|
# iperf
|
|
#
|
|
################################################################################
|
|
|
|
IPERF_VERSION = 2.2.1
|
|
IPERF_SITE = https://downloads.sourceforge.net/project/iperf2
|
|
IPERF_LICENSE = MIT-like
|
|
IPERF_LICENSE_FILES = COPYING
|
|
IPERF_CPE_ID_VENDOR = iperf2_project
|
|
IPERF_CPE_ID_PRODUCT = iperf2
|
|
|
|
IPERF_CONF_OPTS = \
|
|
--disable-web100
|
|
|
|
$(eval $(autotools-package))
|