source: freewrt/package/monit/Config.in@ 6fc4520e

freewrt_1_0 freewrt_2_0
Last change on this file since 6fc4520e was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 975 bytes
Line 
1#menu "monit............................. System services monitoring utility"
2
3config FWRT_COMPILE_MONIT
4 tristate
5 default n
6 depends FWRT_PACKAGE_MONIT || FWRT_PACKAGE_MONIT_NOSSL
7
8config FWRT_PACKAGE_MONIT
9 prompt "monit............................. System services monitoring utility, with SSL support"
10 tristate
11 select FWRT_COMPILE_MONIT
12 select FWRT_PACKAGE_LIBPTHREAD
13 select FWRT_PACKAGE_LIBOPENSSL
14 default m if CONFIG_DEVEL
15 help
16 An utility for monitoring services on a Unix system
17
18 This package is built with SSL support.
19
20 http://www.tildeslash.com/monit/
21
22config FWRT_PACKAGE_MONIT_NOSSL
23 prompt "monit-nossl....................... System services monitoring utility, without SSL support"
24 tristate
25 select FWRT_COMPILE_MONIT
26 select FWRT_PACKAGE_LIBPTHREAD
27 default m if CONFIG_DEVEL
28 help
29 An utility for monitoring services on a Unix system.
30
31 This package is built without SSL support.
32
33 http://www.tildeslash.com/monit/
34
35#endmenu
Note: See TracBrowser for help on using the repository browser.