瀏覽代碼

Make argus depend on packets, instead of selecting them

Ulf Samuelsson 17 年之前
父節點
當前提交
edec090f31
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      package/argus/Config.in

+ 3 - 1
package/argus/Config.in

@@ -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