Commit e0d304ad authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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

parent 436050a1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
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