mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
iperf: update to 2.0.4
Closes #800 Signed-off-by: Richard van Paasen <rvpaasen@t3i.nl> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
3b90d69843
commit
6a3a58f137
3
CHANGES
3
CHANGES
@ -5,12 +5,13 @@
|
|||||||
|
|
||||||
X.org updated to 7.5.
|
X.org updated to 7.5.
|
||||||
|
|
||||||
Updated/fixed packages: busybox, dosfstools, e2fsprogs,
|
Updated/fixed packages: busybox, dosfstools, e2fsprogs, iperf,
|
||||||
libglib2, libpng, memstat, mtd-utils, pppd, setserial,
|
libglib2, libpng, memstat, mtd-utils, pppd, setserial,
|
||||||
squashfs, wget
|
squashfs, wget
|
||||||
|
|
||||||
Issues resolved (http://bugs.uclibc.org):
|
Issues resolved (http://bugs.uclibc.org):
|
||||||
|
|
||||||
|
#800: [PATCH] iperf update to 2.0.4
|
||||||
#1111: Bump wget to 1.12 and migrate to Makefile.autotools.in
|
#1111: Bump wget to 1.12 and migrate to Makefile.autotools.in
|
||||||
#1129: Bump memstat to 0.8 and migrate to Makefile.package.in
|
#1129: Bump memstat to 0.8 and migrate to Makefile.package.in
|
||||||
#1273: BR2_INET_IPV6 does not enable IPv6 in pppd
|
#1273: BR2_INET_IPV6 does not enable IPv6 in pppd
|
||||||
|
@ -3,11 +3,21 @@
|
|||||||
# iperf
|
# iperf
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
|
IPERF_VERSION = 2.0.4
|
||||||
|
IPERF_SOURCE = iperf-$(IPERF_VERSION).tar.gz
|
||||||
|
IPERF_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/iperf
|
||||||
|
|
||||||
IPERF_VERSION:=2.0.3
|
IPERF_AUTORECONF = NO
|
||||||
IPERF_SOURCE:=iperf-$(IPERF_VERSION).tar.gz
|
FETCHMAIL_LIBTOOL_PATCH = NO
|
||||||
IPERF_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/iperf
|
|
||||||
IPERF_AUTORECONF:=NO
|
IPERF_INSTALL_STAGING = NO
|
||||||
IPERF_CONF_OPT:=--disable-dependency-tracking --disable-web100
|
IPERF_INSTALL_TARGET = YES
|
||||||
|
|
||||||
|
IPERF_CONF_ENV = \
|
||||||
|
ac_cv_func_malloc_0_nonnull=yes
|
||||||
|
|
||||||
|
IPERF_CONF_OPT = \
|
||||||
|
--disable-dependency-tracking \
|
||||||
|
--disable-web100
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,iperf))
|
$(eval $(call AUTOTARGETS,package,iperf))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user