buildroot/package/sshguard/Config.in
Pierre-Jean Texier 9790d1ca94 package/sshguard: need threads
Fixes:
 - http://autobuild.buildroot.net/results/01fb32fdb21c60ffece09ea5e7ba7b58d989ed76/

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-08-03 20:18:01 +02:00

15 lines
466 B
Plaintext

config BR2_PACKAGE_SSHGUARD
bool "sshguard"
depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_IPTABLES # runtime
help
sshguard protects hosts from brute-force attacks against SSH
and other services. It aggregates system logs and blocks
repeat offenders using one of several firewall backends,
including iptables, ipfw, and pf.
https://www.sshguard.net
comment "sshguard needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS