1config BR2_PACKAGE_SSLH
2	bool "sslh"
3	depends on BR2_USE_MMU # fork()
4	select BR2_PACKAGE_LIBCONFIG if BR2_PACKAGE_SYSTEMD
5	select BR2_PACKAGE_PCRE2
6	help
7	  Applicative protocol multiplexer
8
9	  http://www.rutschle.net/tech/sslh.shtml
10