projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b79950e
)
Fix config logic and typo
author
Nicolas Thill
<nico@openwrt.org>
Sun, 10 Jul 2005 20:37:06 +0000
(20:37 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 10 Jul 2005 20:37:06 +0000
(20:37 +0000)
SVN-Revision: 1401
openwrt/package/osiris/Config.in
patch
|
blob
|
history
diff --git
a/openwrt/package/osiris/Config.in
b/openwrt/package/osiris/Config.in
index e7de504f30575b3f6612aa8cd3cf8cfca844f590..198083147fba998817d28a17ff8f28f098fb6e36 100644
(file)
--- a/
openwrt/package/osiris/Config.in
+++ b/
openwrt/package/osiris/Config.in
@@
-1,6
+1,12
@@
+config BR_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)
@@
-10,6
+16,3
@@
config BR2_PACKAGE_OSIRISD
Depends: openssl
-config BR_PACKAGE_OSIRIS
- tristate
- default BR2_PACKAGE_OSIRISD