Changeset 987

Show
Ignore:
Timestamp:
10/23/06 14:22:50 (6 years ago)
Author:
dnehring
Message:

In accordance with wbx make squashfs-overlay default choice

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/freewrt_1_0/target/Config.in

    r945 r987  
    1111choice 
    1212prompt "Target Firmware type" 
     13        default FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY 
    1314 
    1415config FWRT_TARGET_ROOTFS_JFFS2 
  • trunk/freewrt/target/Config.in

    r946 r987  
    1818choice 
    1919prompt "Target Firmware type" 
     20        default FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY 
    2021 
    2122config FWRT_TARGET_ROOTFS_JFFS2 
     
    6061        help 
    6162          Use this option if you want to use a nfs-mounted root filesystem. 
    62            
     63 
    6364config FWRT_TARGET_ROOTFS_EXT2_CF 
    6465        bool "read-write file system for compact flash (ext2)" 
    6566        depends on FWRT_LINUX_2_4_RB 
    6667        help 
    67           Use this option if you have a compact flash  
     68          Use this option if you have a compact flash 
    6869          inside your hardware and want to boot FreeWRT from it. 
    6970 
     
    8384#config FWRT_IP_CONF_BOOTP 
    8485#       bool "Obtain IP via BOOTP" 
    85 #       
     86# 
    8687#config FWRT_IP_CONF_RARP 
    8788#       bool "Obtain IP via RARP" 
    8889# 
    8990#endchoice 
    90          
     91 
    9192endmenu 
    9293#endmenu