Changeset e679981 in freewrt


Ignore:
Timestamp:
Sep 16, 2006, 6:35:02 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
7c97e74
Parents:
325c3bc
Message:

update info for root filesystems, overlay seems more buggy than jffs2, prefer jffs2 for now

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/Config.in

    r325c3bc re679981  
    1010prompt "Target Firmware type"
    1111
    12 config FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY
    13         bool "Production images with read-only root filesystem"
    14         select FWRT_PACKAGE_KMOD_MINI_FO
    15         help
    16           Build firmware images with a read-only and highly compressed (squashfs with lzma
    17           compression) root filesystem and a overlay filesystem for a
    18           pseudo writable root filesystem. (only differences to the read-only
    19           image are kept on a writable jffs2 partition).
    20 
    2112config FWRT_TARGET_ROOTFS_JFFS2
    22         bool "Development images with writable root filesystem"
     13        bool "Firmware images with writable root filesystem"
    2314        select FWRT_PACKAGE_JFFS2ROOT
    2415        help
    2516          Build firmware images with a writable jffs2 root filesystem.
     17
     18config FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY
     19        bool "Firmware images with read-only root filesystem and overlay fs"
     20        select FWRT_PACKAGE_KMOD_MINI_FO
     21        help
     22          Build firmware images with a read-only and highly compressed
     23          (squashfs with lzma compression) root filesystem and a overlay
     24          filesystem for a pseudo writable root filesystem. Only differences
     25          to the read-only image are kept on a writable jffs2 partition.
    2626
    2727endchoice
Note: See TracChangeset for help on using the changeset viewer.