Changeset 627

Show
Ignore:
Timestamp:
09/18/06 19:31:02 (2 years ago)
Author:
tg
Message:

the option was just one character too wide,
and since we're only building one image anyway,
just use the singular

Files:

Legend:

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

    r623 r627  
     1# $FreeWRT$ 
     2#- 
     3# This file is part of the FreeWRT project. FreeWRT is copyrighted 
     4# material, please see the LICENCE file in the top-level directory 
     5# or at http://www.freewrt.org/license for details. 
     6 
    17#menu "Target System" 
    2  
    38#menu "Broadcom devices" 
    4  
    59menu "Target system (Broadcom)" 
    610 
     
    1115 
    1216config FWRT_TARGET_ROOTFS_JFFS2 
    13         bool "Firmware images with writable root filesystem" 
     17        bool "Firmware image with writable root filesystem" 
    1418        select FWRT_PACKAGE_JFFS2ROOT 
    1519        help 
     
    1721 
    1822config FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY 
    19         bool "Firmware images with read-only root filesystem and overlay fs" 
     23        bool "Firmware image with read-only root filesystem and overlay fs" 
    2024        select FWRT_PACKAGE_KMOD_MINI_FO 
    2125        select FWRT_PACKAGE_JFFS2ROOT