Changeset 627
- Timestamp:
- 09/18/06 19:31:02 (2 years ago)
- Files:
-
- trunk/freewrt/target/Config.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/target/Config.in
r623 r627 1 # $FreeWRT$ 2 #- 3 # This file is part of the FreeWRT project. FreeWRT is copyrighted 4 # material, please see the LICENCE file in the top-level directory 5 # or at http://www.freewrt.org/license for details. 6 1 7 #menu "Target System" 2 3 8 #menu "Broadcom devices" 4 5 9 menu "Target system (Broadcom)" 6 10 … … 11 15 12 16 config FWRT_TARGET_ROOTFS_JFFS2 13 bool "Firmware image swith writable root filesystem"17 bool "Firmware image with writable root filesystem" 14 18 select FWRT_PACKAGE_JFFS2ROOT 15 19 help … … 17 21 18 22 config FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY 19 bool "Firmware image swith read-only root filesystem and overlay fs"23 bool "Firmware image with read-only root filesystem and overlay fs" 20 24 select FWRT_PACKAGE_KMOD_MINI_FO 21 25 select FWRT_PACKAGE_JFFS2ROOT


