5b9c58531e
- pcre2 is mandatory since version 1.22b and
37d2756703
- Drop patch (not needed anymore)
https://github.com/yrutschle/sslh/blob/v1.22c/ChangeLog
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
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
|