Changeset 3426

Show
Ignore:
Timestamp:
08/08/07 13:06:56 (1 year ago)
Author:
tg
Message:

revert nfs stuff to wgt only, as the wl-500gP does not
output anything on the serial console here DESPITE the
correct CONFIG_CMDLINE (checked); it seems the flashed
image is not bootable or something; to be fixed later…

Files:

Legend:

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

    r3421 r3426  
    1515        help 
    1616          Select here to choose one of the embedded WLAN router 
    17           devices (ASUS WL500gP, Netgear WGT634u, Linksys WRT54G)  
     17          devices (ASUS WL500gP, Netgear WGT634u, Linksys WRT54G) 
    1818          or the Mikrotik routerboard. 
    1919 
     
    4343        default n 
    4444 
    45 choice  
     45choice 
    4646prompt "Embedded Device" 
    4747        default FWRT_DEVICE_BRCM_ASUS_WL500G_PREMIUM if FWRT_TARGET_CATEGORY_MIPS 
     
    168168          stem or flash image; it is mostly used for testing packages. 
    169169          Where a kernel is required, Linux 2.4 will be used. 
    170            
     170 
    171171          This option selects the little-endian 32-bit ARM platform. 
    172172 
     
    181181          stem or flash image; it is mostly used for testing packages. 
    182182          Where a kernel is required, Linux 2.4 will be used. 
    183            
     183 
    184184          This option selects the big-endian 32-bit ARM platform. 
    185185 
     
    194194#         stem or flash image; it is mostly used for testing packages. 
    195195#         Where a kernel is required, Linux 2.4 will be used. 
    196 #         
     196# 
    197197#         This option selects the big-endian 32-bit AVR platform. 
    198198 
     
    207207          stem or flash image; it is mostly used for testing packages. 
    208208          Where a kernel is required, Linux 2.4 will be used. 
    209            
     209 
    210210          This option selects the little-endian 32-bit CRIS platform. 
    211211 
     
    220220          stem or flash image; it is mostly used for testing packages. 
    221221          Where a kernel is required, Linux 2.4 will be used. 
    222            
     222 
    223223          This option selects the little-endian 32-bit i386 platform. 
    224224 
     
    233233          stem or flash image; it is mostly used for testing packages. 
    234234          Where a kernel is required, Linux 2.4 will be used. 
    235            
     235 
    236236          This option selects the little-endian 32-bit mips platform. 
    237237 
     
    246246          stem or flash image; it is mostly used for testing packages. 
    247247          Where a kernel is required, Linux 2.4 will be used. 
    248            
     248 
    249249          This option selects the big-endian 32-bit powerpc platform. 
    250250 
     
    288288        select FWRT_PACKAGE_FWCF 
    289289        select FWRT_PACKAGE_JFFS2ROOT 
    290         select FWRT_KERNEL_JFFS2_FS  
     290        select FWRT_KERNEL_JFFS2_FS 
    291291        select FWRT_KERNEL_JFFS2_BBC_LZARI 
    292292        depends on FWRT_LINUX_2_4_BRCM 
     
    324324config FWRT_TARGET_ROOTFS_NFS 
    325325        bool "root filesystem via NFS" 
     326# for now (broken on wl-500gP) 
     327#       depends on FWRT_LINUX_2_4_RB || \ 
     328#                  FWRT_LINUX_2_6_RB || \ 
     329#                  FWRT_LINUX_2_4_BRCM 
    326330        depends on FWRT_LINUX_2_4_RB || \ 
    327331                   FWRT_LINUX_2_6_RB || \ 
    328                    FWRT_LINUX_2_4_BRCM 
     332                   FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U 
    329333        select FWRT_KERNEL_EXT2_FS if !FWRT_LINUX_2_4_BRCM 
    330334        select FWRT_KERNEL_IP_PNP