diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-11 20:26:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-11 20:26:57 +0000 |
commit | a47f2a3dff328b86a040d93b6c58d0504fb6a703 (patch) | |
tree | 6422c7bc681898422d23f10985f423a3efb5b1d7 /openwrt/package/osiris | |
parent | f137e42da7039f382b8edf277560b7c325d2dcfe (diff) | |
download | mtk-20170518-a47f2a3dff328b86a040d93b6c58d0504fb6a703.zip mtk-20170518-a47f2a3dff328b86a040d93b6c58d0504fb6a703.tar.gz mtk-20170518-a47f2a3dff328b86a040d93b6c58d0504fb6a703.tar.bz2 |
add a load of fixes from whiterussian to head
SVN-Revision: 1410
Diffstat (limited to 'openwrt/package/osiris')
-rw-r--r-- | openwrt/package/osiris/Config.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/openwrt/package/osiris/Config.in b/openwrt/package/osiris/Config.in index e7de504..1980831 100644 --- 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 |