Changeset c04ece1 in freewrt for package/net-snmp/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/net-snmp/Config.in

    re13d736 rc04ece1  
    11menu "net-snmp.......................... Open source SNMP (Simple Network Management Protocol) implementation"
    22
    3 config BR2_COMPILE_NET_SNMP
     3config FWRT_COMPILE_NET_SNMP
    44        tristate
    55        default n
    6         depends BR2_PACKAGE_LIBNETSNMP || BR2_PACKAGE_SNMPD_STATIC
     6        depends FWRT_PACKAGE_LIBNETSNMP || FWRT_PACKAGE_SNMPD_STATIC
    77
    8 config BR2_PACKAGE_LIBNETSNMP
     8config FWRT_PACKAGE_LIBNETSNMP
    99        prompt "libnetsnmp........................ SNMP shared libraries"
    1010        tristate
    1111        default m if CONFIG_DEVEL
    12         select BR2_COMPILE_NET_SNMP
    13         select BR2_PACKAGE_LIBELF
     12        select FWRT_COMPILE_NET_SNMP
     13        select FWRT_PACKAGE_LIBELF
    1414        help
    1515          Simple Network Management Protocol (SNMP) is a widely used
     
    2323          This package contains shared libraries, needed by other programs.
    2424
    25 config BR2_PACKAGE_SNMP_UTILS
     25config FWRT_PACKAGE_SNMP_UTILS
    2626        prompt   "snmp-utils...................... SNMP client utilities"
    2727        tristate
    2828        default m if CONFIG_DEVEL
    29         depends BR2_PACKAGE_LIBNETSNMP
     29        depends FWRT_PACKAGE_LIBNETSNMP
    3030        help
    3131          Simple Network Management Protocol (SNMP) is a widely used
     
    3939          This package contains the SNMP client utilities.
    4040
    41 config BR2_PACKAGE_SNMPD
     41config FWRT_PACKAGE_SNMPD
    4242        prompt "snmpd............................. SNMP agent"
    4343        tristate
    4444        default m if CONFIG_DEVEL
    45         select BR2_COMPILE_NET_SNMP
    46         select BR2_PACKAGE_LIBNETSNMP
     45        select FWRT_COMPILE_NET_SNMP
     46        select FWRT_PACKAGE_LIBNETSNMP
    4747        help
    4848          Simple Network Management Protocol (SNMP) is a widely used
     
    5656          This package contains the SNMP agent, dynamically linked.
    5757
    58 config BR2_PACKAGE_SNMPD_STATIC
     58config FWRT_PACKAGE_SNMPD_STATIC
    5959        prompt "snmpd-static...................... SNMP agent (statically linked)"
    6060        tristate
    6161        default m if CONFIG_DEVEL
    62         select BR2_COMPILE_NET_SNMP
    63         select BR2_PACKAGE_LIBELF
     62        select FWRT_COMPILE_NET_SNMP
     63        select FWRT_PACKAGE_LIBELF
    6464        help
    6565          Simple Network Management Protocol (SNMP) is a widely used
Note: See TracChangeset for help on using the changeset viewer.