blob: c47828251b6d759d853946653d5ce3d1cdb6427d (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_SOCAT
bool "socat"
depends on BR2_TOOLCHAIN_HAS_THREADS
help
Multipurpose socket relay program.
http://www.dest-unreach.org/socat/
comment "socat requires a toolchain with thread support"
depends on !BR2_TOOLCHAIN_HAS_THREADS
|