Add iperf3 as part of GOOGLE_TEST package.

Otherwise we end up with people copying iperf3 binaries around by hand,
which leads to diverging versions of iperf3.

Change-Id: Ib428dcb5390adabc74344e1bed41f21e0a8481ad
diff --git a/configs/gfrg200_defconfig b/configs/gfrg200_defconfig
index 36f3e23..d3c6cfc 100644
--- a/configs/gfrg200_defconfig
+++ b/configs/gfrg200_defconfig
@@ -49,7 +49,6 @@
 BR2_PACKAGE_DNSMASQ=y
 # BR2_PACKAGE_DNSMASQ_TFTP is not set
 BR2_PACKAGE_EBTABLES=y
-BR2_PACKAGE_IPERF3=y
 BR2_PACKAGE_IPROUTE2=y
 BR2_PACKAGE_IPTABLES=y
 BR2_PACKAGE_IPUTILS=y
diff --git a/package/google/google_platform/Config.in b/package/google/google_platform/Config.in
index 9b5e24e..5720f03 100644
--- a/package/google/google_platform/Config.in
+++ b/package/google/google_platform/Config.in
@@ -49,6 +49,7 @@
 	select BR2_PACKAGE_ETHTOOL
 	select BR2_PACKAGE_FIO
 	select BR2_PACKAGE_IPERF
+	select BR2_PACKAGE_IPERF3
 	select BR2_PACKAGE_LMBENCH
 	select BR2_PACKAGE_MEMSTAT
 	select BR2_PACKAGE_MEMTESTER