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

    re13d736 rc04ece1  
    11menu "tinyproxy......................... Tinyproxy is a lightweight HTTP and HTTPS proxy."
    22
    3 config BR2_PACKAGE_TINYPROXY
     3config FWRT_PACKAGE_TINYPROXY
    44        prompt "tinyproxy......................... Tinyproxy is a lightweight HTTP and HTTPS proxy"
    55        tristate
     
    1010                http://tinyproxy.sourceforge.net
    1111
    12 config BR2_COMPILE_TINYPROXY_WITH_TRANSPARENT_PROXY
     12config FWRT_COMPILE_TINYPROXY_WITH_TRANSPARENT_PROXY
    1313        prompt "Enable transparent proxying"
    1414        bool
    1515        default y
    16         depends BR2_PACKAGE_TINYPROXY
     16        depends FWRT_PACKAGE_TINYPROXY
    1717
    18 config BR2_COMPILE_TINYPROXY_WITH_FILTER
     18config FWRT_COMPILE_TINYPROXY_WITH_FILTER
    1919        prompt "Enable filtering support"
    2020        bool
    2121        default y
    22         depends BR2_PACKAGE_TINYPROXY
     22        depends FWRT_PACKAGE_TINYPROXY
    2323
    24 config BR2_COMPILE_TINYPROXY_WITH_UPSTREAM
     24config FWRT_COMPILE_TINYPROXY_WITH_UPSTREAM
    2525        prompt "Enable upstream support"
    2626        bool
    2727        default y
    28         depends BR2_PACKAGE_TINYPROXY
     28        depends FWRT_PACKAGE_TINYPROXY
    2929
    3030endmenu
Note: See TracChangeset for help on using the changeset viewer.