mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
10 lines
235 B
Plaintext
10 lines
235 B
Plaintext
config BR2_PACKAGE_SSLH
|
|
bool "sslh"
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_LIBCONFIG if BR2_PACKAGE_SYSTEMD
|
|
select BR2_PACKAGE_PCRE2
|
|
help
|
|
Applicative protocol multiplexer
|
|
|
|
http://www.rutschle.net/tech/sslh.shtml
|