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