Changeset 489
- Timestamp:
- 08/02/06 22:30:57 (2 years ago)
- Files:
-
- trunk/freewrt/target/Config.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/target/Config.in
r487 r489 199 199 endchoice 200 200 201 #choice 202 menu "Target Firmware type" 203 #prompt "Target Firmware type" 201 choice 202 prompt "Target Firmware type" 204 203 205 204 config FWRT_TARGET_ROOTFS_SQUASHFS_LZMA 206 205 bool "Production images with read-only root filesystem" 207 default y208 206 select FWRT_PACKAGE_KMOD_MINI_FO 209 207 help … … 218 216 Build firmware images with a writable jffs2 root filesystem. 219 217 220 endmenu 221 #endchoice 218 endchoice 222 219 223 220 endmenu


