Changeset c04ece1 in freewrt for 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
  • Config.in

    re13d736 rc04ece1  
    55        default y
    66
    7 config BR2_HAVE_DOT_CONFIG
     7config FWRT_HAVE_DOT_CONFIG
    88        bool
    99        default y
    1010
    11 config BR2_BIG_ENDIAN
     11config FWRT_BIG_ENDIAN
    1212        tristate
    1313
    1414# Supported architectures
    1515
    16 config BR2_i386
     16config FWRT_i386
    1717        tristate
    1818       
    19 config BR2_mips
     19config FWRT_mips
    2020        tristate
    21         select BR2_BIG_ENDIAN
     21        select FWRT_BIG_ENDIAN
    2222
    23 config BR2_mipsel
     23config FWRT_mipsel
    2424        tristate
    2525
    26 config BR2_armeb
     26config FWRT_armeb
    2727        tristate
    28         select BR2_BIG_ENDIAN
     28        select FWRT_BIG_ENDIAN
    2929
    3030# Unsupported architectures
    3131
    3232if CONFIG_DEVEL
    33 config BR2_mips64
     33config FWRT_mips64
    3434        tristate
    35         select BR2_BIG_ENDIAN
     35        select FWRT_BIG_ENDIAN
    3636
    37 config BR2_arm
     37config FWRT_arm
    3838        tristate
    3939
    40 config BR2_cris
     40config FWRT_cris
    4141        tristate
    4242
    43 config BR2_m68k
     43config FWRT_m68k
    4444        tristate
    45         select BR2_BIG_ENDIAN
     45        select FWRT_BIG_ENDIAN
    4646
    47 config BR2_powerpc
     47config FWRT_powerpc
    4848        tristate
    49         select BR2_BIG_ENDIAN
     49        select FWRT_BIG_ENDIAN
    5050
    51 config BR2_sh3
     51config FWRT_sh3
    5252        tristate
    5353
    54 config BR2_sh3eb
     54config FWRT_sh3eb
    5555        tristate
    56         select BR2_BIG_ENDIAN
     56        select FWRT_BIG_ENDIAN
    5757
    58 config BR2_sh4
     58config FWRT_sh4
    5959        tristate
    6060
    61 config BR2_sh4eb
     61config FWRT_sh4eb
    6262        tristate
    63         select BR2_BIG_ENDIAN
     63        select FWRT_BIG_ENDIAN
    6464
    65 config BR2_sparc
     65config FWRT_sparc
    6666        tristate
    67         select BR2_BIG_ENDIAN
     67        select FWRT_BIG_ENDIAN
    6868
    6969endif
    7070
    71 config BR2_ARCH
     71config FWRT_ARCH
    7272        string
    73         default "arm"     if BR2_arm
    74         default "armeb"   if BR2_armeb
    75         default "cris"    if BR2_cris
    76         default "i386"    if BR2_i386
    77         default "m68k"    if BR2_m68k
    78         default "mips"    if BR2_mips
    79         default "mipsel"  if BR2_mipsel || !CONFIG_DEVEL
    80         default "mips64"  if BR2_mips64
    81         default "powerpc" if BR2_powerpc
    82         default "sh3"     if BR2_sh3
    83         default "sh3eb"   if BR2_sh3eb
    84         default "sh4"     if BR2_sh4
    85         default "sh4eb"   if BR2_sh4eb
    86         default "sparc"   if BR2_sparc
     73        default "arm"     if FWRT_arm
     74        default "armeb"   if FWRT_armeb
     75        default "cris"    if FWRT_cris
     76        default "i386"    if FWRT_i386
     77        default "m68k"    if FWRT_m68k
     78        default "mips"    if FWRT_mips
     79        default "mipsel"  if FWRT_mipsel || !CONFIG_DEVEL
     80        default "mips64"  if FWRT_mips64
     81        default "powerpc" if FWRT_powerpc
     82        default "sh3"     if FWRT_sh3
     83        default "sh3eb"   if FWRT_sh3eb
     84        default "sh4"     if FWRT_sh4
     85        default "sh4eb"   if FWRT_sh4eb
     86        default "sparc"   if FWRT_sparc
    8787
    8888
    89 config BR2_WGET
     89config FWRT_WGET
    9090        string
    9191        default "wget --passive-ftp -nd"
    9292
    93 config BR2_JLEVEL
     93config FWRT_JLEVEL
    9494        int
    9595        default "1"
    9696
    97 config BR2_LINUX_2_4_BRCM
     97config FWRT_LINUX_2_4_BRCM
    9898    bool
    9999
Note: See TracChangeset for help on using the changeset viewer.