diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-05 02:16:36 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-05 02:16:36 +0000 |
commit | fd342b1ada887fea48427351a343f42562e04e8b (patch) | |
tree | 054175d34d46950baad630df40900e623391037a /openwrt/package/monit | |
parent | 1262d7ac9bf20c8afbe5ee727aa9693bf2d71203 (diff) | |
download | mtk-20170518-fd342b1ada887fea48427351a343f42562e04e8b.zip mtk-20170518-fd342b1ada887fea48427351a343f42562e04e8b.tar.gz mtk-20170518-fd342b1ada887fea48427351a343f42562e04e8b.tar.bz2 |
reorganize/rationalize/format package menuconfig, make updatedd modular
SVN-Revision: 2333
Diffstat (limited to 'openwrt/package/monit')
-rw-r--r-- | openwrt/package/monit/Config.in | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/openwrt/package/monit/Config.in b/openwrt/package/monit/Config.in index 2472158..e07fd62 100644 --- a/openwrt/package/monit/Config.in +++ b/openwrt/package/monit/Config.in @@ -1,10 +1,13 @@ +#menu "monit............................. System services monitoring utility" + config BR2_COMPILE_MONIT bool default n depends BR2_PACKAGE_MONIT || BR2_PACKAGE_MONIT_NOSSL config BR2_PACKAGE_MONIT - tristate "monit - System services monitoring utility, with SSL support" + prompt "monit............................. System services monitoring utility, with SSL support" + tristate select BR2_COMPILE_MONIT select BR2_PACKAGE_LIBPTHREAD select BR2_PACKAGE_LIBOPENSSL @@ -15,10 +18,10 @@ config BR2_PACKAGE_MONIT This package is built with SSL support. http://www.tildeslash.com/monit/ - config BR2_PACKAGE_MONIT_NOSSL - tristate "monit-nossl - System services monitoring utility, without SSL support" + prompt "monit-nossl....................... System services monitoring utility, without SSL support" + tristate select BR2_COMPILE_MONIT select BR2_PACKAGE_LIBPTHREAD default m if CONFIG_DEVEL @@ -28,4 +31,5 @@ config BR2_PACKAGE_MONIT_NOSSL This package is built without SSL support. http://www.tildeslash.com/monit/ - + +#endmenu |