Changeset c04ece1 in freewrt for package/monit/Config.in


Ignore:
Timestamp:
Jul 22, 2006, 5:48:30 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
5bef084
Parents:
e13d736
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/monit/Config.in

    re13d736 rc04ece1  
    11#menu "monit............................. System services monitoring utility"
    22
    3 config BR2_COMPILE_MONIT
     3config FWRT_COMPILE_MONIT
    44        tristate
    55        default n
    6         depends BR2_PACKAGE_MONIT || BR2_PACKAGE_MONIT_NOSSL
     6        depends FWRT_PACKAGE_MONIT || FWRT_PACKAGE_MONIT_NOSSL
    77
    8 config BR2_PACKAGE_MONIT
     8config FWRT_PACKAGE_MONIT
    99        prompt "monit............................. System services monitoring utility, with SSL support"
    1010        tristate
    11         select BR2_COMPILE_MONIT
    12         select BR2_PACKAGE_LIBPTHREAD
    13         select BR2_PACKAGE_LIBOPENSSL
     11        select FWRT_COMPILE_MONIT
     12        select FWRT_PACKAGE_LIBPTHREAD
     13        select FWRT_PACKAGE_LIBOPENSSL
    1414        default m if CONFIG_DEVEL
    1515        help
     
    2020          http://www.tildeslash.com/monit/
    2121
    22 config BR2_PACKAGE_MONIT_NOSSL
     22config FWRT_PACKAGE_MONIT_NOSSL
    2323        prompt "monit-nossl....................... System services monitoring utility, without SSL support"
    2424        tristate
    25         select BR2_COMPILE_MONIT
    26         select BR2_PACKAGE_LIBPTHREAD
     25        select FWRT_COMPILE_MONIT
     26        select FWRT_PACKAGE_LIBPTHREAD
    2727        default m if CONFIG_DEVEL
    2828        help
Note: See TracChangeset for help on using the changeset viewer.