Changeset b7ddfb2 in freewrt


Ignore:
Timestamp:
Jun 18, 2006, 1:07:08 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
cdada86
Parents:
137bcde
Message:

add some more descriptive information about the different root filesystem and images types

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/linux/Config.in

    r137bcde rb7ddfb2  
    11menu "Target Root Filesystem"
    22
    3         config BR2_TARGET_ROOTFS_JFFS2
    4                 bool "jffs2"
     3        config BR2_TARGET_ROOTFS_SQUASHFS_LZMA
     4                bool "Production images with read-only root filesystem"
    55                default y
    66                help
    7                   Build a jffs2 root filesystem
    8 
    9         config BR2_TARGET_ROOTFS_SQUASHFS_LZMA
    10                 bool "squashfs-lzma"
    11                 default y
    12                 depends !BR2_LINUX_2_6_ARUBA
    13                 depends !BR2_LINUX_2_6_XSCALE
    14                 help
    15                   Build a squashfs-lzma root filesystem
    16 
    17         config BR2_TARGET_ROOTFS_TGZ
    18                 bool "tgz"
     7                  Build firmware images with a
     8                  read-only and highly compressed (squashfs with lzma
     9                  compression) root filesystem
     10
     11        config BR2_TARGET_ROOTFS_JFFS2
     12                bool "Development images with writable root filesystem"
    1913                default y
    2014                help
    21                   Build a compressed tar archive of the the root filesystem
     15                  Build firmware images with a
     16                  writable jffs2 root filesystem.
     17
     18        config BR2_TARGET_ROOTFS_TGZ
     19                bool "Target root filesystem for Compact flash, NFS, external USB disk"
     20                default y
     21                help
     22                  Build a compressed tar archive of the the root filesystem.
    2223
    2324endmenu
Note: See TracChangeset for help on using the changeset viewer.