blob: 9a3d0a470d9c6a8ba68be32dfce7f100cce7d166 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  | 
config BR2_COMPILE_OSIRIS
	bool
	default n
	depends BR2_PACKAGE_OSIRISD
config BR2_PACKAGE_OSIRISD
	prompt "osirisd........................... Host integrity monitoring system (scanning agent)"
	tristate
	default m if CONFIG_DEVEL
	select BR2_COMPILE_OSIRIS
	select BR2_PACKAGE_LIBOPENSSL
	help
	  An host integrity monitoring system (scanning agent)
	  
	  http://www.hostintegrity.com/osiris/
	  
	  Depends: openssl
  |