Changeset 68c3782 in freewrt for target


Ignore:
Timestamp:
Sep 18, 2006, 7:31:02 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
39b9864
Parents:
26b56c0
Message:

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

git-svn-id: svn://www.freewrt.org/trunk/freewrt@627 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/Config.in

    r26b56c0 r68c3782  
     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
Note: See TracChangeset for help on using the changeset viewer.