mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-26 12:32:12 +00:00
29 lines
494 B
Plaintext
29 lines
494 B
Plaintext
menuconfig BR2_PACKAGE_SOCAT
|
|
bool "socat"
|
|
help
|
|
Multipurpose socket relay program.
|
|
|
|
http://www.dest-unreach.org/socat/
|
|
if BR2_PACKAGE_SOCAT
|
|
config BR2_PACKAGE_SOCAT_PREDEF_CRDLY_SHIFT
|
|
string "CRDLY_SHIFT"
|
|
default "9"
|
|
help
|
|
Add configure variable
|
|
|
|
config BR2_PACKAGE_SOCAT_PREDEF_TABDLY_SHIFT
|
|
string "TABDLY_SHIFT"
|
|
default "11"
|
|
help
|
|
Add configure variable
|
|
|
|
config BR2_PACKAGE_SOCAT_PREDEF_CSIZE_SHIFT
|
|
string "CSIZE_SHIFT"
|
|
default "4"
|
|
help
|
|
Add configure variable
|
|
|
|
endif
|
|
|
|
|