Changeset e679981 in freewrt
- Timestamp:
- Sep 16, 2006, 6:35:02 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 7c97e74
- Parents:
- 325c3bc
- File:
-
- 1 edited
-
target/Config.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
target/Config.in
r325c3bc re679981 10 10 prompt "Target Firmware type" 11 11 12 config FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY13 bool "Production images with read-only root filesystem"14 select FWRT_PACKAGE_KMOD_MINI_FO15 help16 Build firmware images with a read-only and highly compressed (squashfs with lzma17 compression) root filesystem and a overlay filesystem for a18 pseudo writable root filesystem. (only differences to the read-only19 image are kept on a writable jffs2 partition).20 21 12 config FWRT_TARGET_ROOTFS_JFFS2 22 bool " Developmentimages with writable root filesystem"13 bool "Firmware images with writable root filesystem" 23 14 select FWRT_PACKAGE_JFFS2ROOT 24 15 help 25 16 Build firmware images with a writable jffs2 root filesystem. 17 18 config 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. 26 26 27 27 endchoice
Note:
See TracChangeset
for help on using the changeset viewer.
