Fix typo
[openwrt/staging/dedeckeh.git] / openwrt / package / osiris / Config.in
1 config BR2_PACKAGE_OSIRIS
2 bool
3 default n
4 depends BR2_PACKAGE_OSIRISD
5
6 config BR2_PACKAGE_OSIRISD
7 tristate "osirisd - Host integrity monitoring system (scanning agent)"
8 default m if CONFIG_DEVEL
9 select BR2_PACKAGE_OSIRIS
10 select BR2_PACKAGE_LIBOPENSSL
11 help
12 An host integrity monitoring system (scanning agent)
13
14 http://www.hostintegrity.com/osiris/
15
16 Depends: openssl
17
18