Changeset 645

Show
Ignore:
Timestamp:
09/21/06 00:03:13 (2 years ago)
Author:
wbx
Message:

remove CONFIG_DEVEL, all architectures can be used by boards

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/Config.in

    r360 r645  
    2828        select FWRT_BIG_ENDIAN 
    2929 
    30 # Unsupported architectures 
    31  
    32 if CONFIG_DEVEL 
    3330config FWRT_mips64 
    3431        tristate 
     
    6764        select FWRT_BIG_ENDIAN 
    6865 
    69 endif 
    70  
    7166config FWRT_ARCH 
    7267        string 
     
    7772        default "m68k"    if FWRT_m68k 
    7873        default "mips"    if FWRT_mips 
    79         default "mipsel"  if FWRT_mipsel || !CONFIG_DEVEL 
     74        default "mipsel"  if FWRT_mipsel 
    8075        default "mips64"  if FWRT_mips64 
    8176        default "powerpc" if FWRT_powerpc