summaryrefslogtreecommitdiffstats
path: root/package/socat/Config.in
blob: 151b74e45082abc8d6f16426814591afc13edbb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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