mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 05:53:30 +08:00
ab8cb306e0
systemd-sslh-generator unconditionally uses libconfig Fixes: - http://autobuild.buildroot.org/results/d46581842906f7780f4a3a1ae21963e78e7f5276 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> [yann.morin.1998@free.fr: - select libconfig - drop changes in the .mk ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
config BR2_PACKAGE_SSLH
|
|
bool "sslh"
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_LIBCONFIG if BR2_PACKAGE_SYSTEMD
|
|
help
|
|
Applicative protocol multiplexer
|
|
|
|
http://www.rutschle.net/tech/sslh.shtml
|