blob: c4c25b359de3666c394af52a69528994bfd1c016 (
plain)
1
2
3
4
5
6
7
8
9
10
11
  | 
config BR2_PACKAGE_IPERF
	bool "iperf"
	depends on BR2_INSTALL_LIBSTDCPP
	help
	  Internet Protocol bandwidth measuring tool for measuring
	  TCP/UDP performance.
	  http://dast.nlanr.net/projects/iperf/
comment "iperf requires a toolchain with C++ support enabled"
	depends on !BR2_INSTALL_LIBSTDCPP
  |