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

    re13d736 rc04ece1  
    11#menu "dhcp.............................. ISC DHCP (Dynamic Host Configuration Protocol) implementation"
    22
    3 config BR2_COMPILE_DHCP
     3config FWRT_COMPILE_DHCP
    44        tristate
    55        default n
    6         depends BR2_PACKAGE_DHCP_RELAY || BR2_PACKAGE_DHCP_SERVER
     6        depends FWRT_PACKAGE_DHCP_RELAY || FWRT_PACKAGE_DHCP_SERVER
    77
    8 config BR2_PACKAGE_DHCP_RELAY
     8config FWRT_PACKAGE_DHCP_RELAY
    99        prompt "dhcp-relay........................ ISC DHCP relay"
    1010        tristate
    1111        default m if CONFIG_DEVEL
    12         select BR2_COMPILE_DHCP
     12        select FWRT_COMPILE_DHCP
    1313        help
    1414          ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
     
    1717          http://www.isc.org/
    1818
    19 config BR2_PACKAGE_DHCP_SERVER
     19config FWRT_PACKAGE_DHCP_SERVER
    2020        prompt "dhcp-server....................... ISC DHCP server"
    2121        tristate
    2222        default m if CONFIG_DEVEL
    23         select BR2_COMPILE_DHCP
     23        select FWRT_COMPILE_DHCP
    2424        help
    2525          ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
Note: See TracChangeset for help on using the changeset viewer.