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