Fix config logic and typo
authorNicolas Thill <nico@openwrt.org>
Sun, 10 Jul 2005 20:37:06 +0000 (20:37 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 10 Jul 2005 20:37:06 +0000 (20:37 +0000)
SVN-Revision: 1401

openwrt/package/osiris/Config.in

index e7de504f30575b3f6612aa8cd3cf8cfca844f590..198083147fba998817d28a17ff8f28f098fb6e36 100644 (file)
@@ -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