mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
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>
This commit is contained in:
parent
2130903347
commit
9790d1ca94
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_SSHGUARD
|
config BR2_PACKAGE_SSHGUARD
|
||||||
bool "sshguard"
|
bool "sshguard"
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
select BR2_PACKAGE_IPTABLES # runtime
|
select BR2_PACKAGE_IPTABLES # runtime
|
||||||
help
|
help
|
||||||
sshguard protects hosts from brute-force attacks against SSH
|
sshguard protects hosts from brute-force attacks against SSH
|
||||||
@ -8,3 +9,6 @@ config BR2_PACKAGE_SSHGUARD
|
|||||||
including iptables, ipfw, and pf.
|
including iptables, ipfw, and pf.
|
||||||
|
|
||||||
https://www.sshguard.net
|
https://www.sshguard.net
|
||||||
|
|
||||||
|
comment "sshguard needs a toolchain w/ threads"
|
||||||
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user