mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
iperf: don't silently enable C++ support in toolchain
This commit is contained in:
parent
436050a1ae
commit
e0d304adc6
@ -1,8 +1,11 @@
|
|||||||
config BR2_PACKAGE_IPERF
|
config BR2_PACKAGE_IPERF
|
||||||
bool "iperf"
|
bool "iperf"
|
||||||
select BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
help
|
help
|
||||||
Internet Protocol bandwidth measuring tool for measuring
|
Internet Protocol bandwidth measuring tool for measuring
|
||||||
TCP/UDP performance.
|
TCP/UDP performance.
|
||||||
|
|
||||||
http://dast.nlanr.net/projects/iperf/
|
http://dast.nlanr.net/projects/iperf/
|
||||||
|
|
||||||
|
comment "iperf requires a toolchain with C++ support enabled"
|
||||||
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user