Changeset b7ddfb2 in freewrt for target/linux
- Timestamp:
- Jun 18, 2006, 1:07:08 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- cdada86
- Parents:
- 137bcde
- File:
-
- 1 edited
-
target/linux/Config.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
target/linux/Config.in
r137bcde rb7ddfb2 1 1 menu "Target Root Filesystem" 2 2 3 config BR2_TARGET_ROOTFS_ JFFS24 bool " jffs2"3 config BR2_TARGET_ROOTFS_SQUASHFS_LZMA 4 bool "Production images with read-only root filesystem" 5 5 default y 6 6 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" 19 13 default y 20 14 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. 22 23 23 24 endmenu
Note:
See TracChangeset
for help on using the changeset viewer.
