2011-02-07 19:32:46 +01:00
|
|
|
config BR2_PACKAGE_SOCAT
|
2004-12-24 10:39:23 +01:00
|
|
|
bool "socat"
|
2013-03-29 02:19:54 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2013-09-26 03:54:53 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2004-12-24 10:39:23 +01:00
|
|
|
Multipurpose socket relay program.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2004-12-24 10:39:23 +01:00
|
|
|
http://www.dest-unreach.org/socat/
|
2013-03-29 02:19:54 +01:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "socat needs a toolchain w/ threads"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2013-03-29 02:19:54 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|