iperf: don't silently enable C++ support in toolchain

This commit is contained in:
Peter Korsgaard 2008-09-01 15:33:17 +00:00
parent 436050a1ae
commit e0d304adc6
1 changed files with 4 additions and 1 deletions

View File

@ -1,8 +1,11 @@
config BR2_PACKAGE_IPERF
bool "iperf"
select BR2_INSTALL_LIBSTDCPP
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