summaryrefslogtreecommitdiffstats
path: root/package/osiris/Config.in
blob: e7de504f30575b3f6612aa8cd3cf8cfca844f590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config BR2_PACKAGE_OSIRISD
	tristate "osirisd - Host integrity monitoring system (scanning agent)"
	default m if CONFIG_DEVEL
	select BR2_PACKAGE_LIBOPENSSL
	help
	  An host integrity monitoring system (scanning agent)
	  
	  http://www.hostintegrity.com/osiris/
	  
	  Depends: openssl
	  

config BR_PACKAGE_OSIRIS
	tristate
	default BR2_PACKAGE_OSIRISD