8b3f94f9b0
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
342 B
Plaintext
14 lines
342 B
Plaintext
config BR2_PACKAGE_IPERF
|
|
bool "iperf"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
# uses fork()
|
|
depends on BR2_USE_MMU
|
|
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
|