Move all to deprecated folder.
This commit is contained in:
14
deprecated/firmware/buildroot/package/iperf3/iperf3.mk
Normal file
14
deprecated/firmware/buildroot/package/iperf3/iperf3.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# iperf3
|
||||
#
|
||||
################################################################################
|
||||
|
||||
IPERF3_VERSION = 3.1.1
|
||||
IPERF3_SITE = $(call github,esnet,iperf,$(IPERF3_VERSION))
|
||||
IPERF3_LICENSE = BSD-3c, BSD-2c, MIT
|
||||
IPERF3_LICENSE_FILES = LICENSE
|
||||
|
||||
IPERF3_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE"
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user