Changeset 1993322 in freewrt for target/Config.in


Ignore:
Timestamp:
Apr 21, 2007, 7:23:44 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
6079702
Parents:
2d9a22a
Message:

remove squashfs symlinks root filesystem, it is ugly and overlay works stable and fine. 1.0.3 will come without squashfs-symlinks filesystem support. it is removed in trunk already. I never suggest to use symlinks method and we should not support it anymore

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@2403 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/Config.in

    r2d9a22a r1993322  
    2525          Build firmware images with a writable jffs2 root filesystem.
    2626
    27 config FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS
    28         bool "read-only root filesystem and symlinks (squashfs-symlinks)"
    29         select FWRT_PACKAGE_MTD
    30         select FWRT_PACKAGE_FWCF
    31         select FWRT_PACKAGE_JFFS2ROOT
    32         depends on FWRT_LINUX_2_4_BRCM
    33         help
    34           Build firmware images with a read-only and highly compressed
    35           (squashfs with lzma compression) root filesystem.
    36           Startup scripts will create symlinks to the writable jffs2 portion.
    37           If you want to change anything, first remove the symlink then edit
    38           the file.
    39 
    4027config FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY
    4128        bool "read-only root filesystem and overlay fs (squashfs-overlay)"
Note: See TracChangeset for help on using the changeset viewer.