mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Make argus depend on packets, instead of selecting them
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
config BR2_PACKAGE_ARGUS
|
||||
bool "argus"
|
||||
default n
|
||||
select BR2_PACKAGE_LIBPCAP
|
||||
depends BR2_PACKAGE_LIBPCAP
|
||||
help
|
||||
A Real Time Flow Monitor-based audit engine.
|
||||
|
||||
http://qosient.com/argus/
|
||||
|
||||
comment "argus - disabled (requires libpcap)"
|
||||
depends on !BR2_PACKAGE_LIBPCAP
|
||||
|
||||
Reference in New Issue
Block a user