mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
Make argus depend on packets, instead of selecting them
This commit is contained in:
parent
f0b7a36c30
commit
edec090f31
@ -1,9 +1,11 @@
|
|||||||
config BR2_PACKAGE_ARGUS
|
config BR2_PACKAGE_ARGUS
|
||||||
bool "argus"
|
bool "argus"
|
||||||
default n
|
default n
|
||||||
select BR2_PACKAGE_LIBPCAP
|
depends BR2_PACKAGE_LIBPCAP
|
||||||
help
|
help
|
||||||
A Real Time Flow Monitor-based audit engine.
|
A Real Time Flow Monitor-based audit engine.
|
||||||
|
|
||||||
http://qosient.com/argus/
|
http://qosient.com/argus/
|
||||||
|
|
||||||
|
comment "argus - disabled (requires libpcap)"
|
||||||
|
depends on !BR2_PACKAGE_LIBPCAP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user