From: Ulf Samuelsson Date: Thu, 29 Nov 2007 13:02:10 +0000 (-0000) Subject: Make argus depend on packets, instead of selecting them X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=edec090f31d6dca483fa51ffff22f7785135af41;p=buildroot.git Make argus depend on packets, instead of selecting them --- diff --git a/package/argus/Config.in b/package/argus/Config.in index 958ecdda89..97f8ec1e8f 100644 --- a/package/argus/Config.in +++ b/package/argus/Config.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