Changeset 987
- Timestamp:
- 10/23/06 14:22:50 (6 years ago)
- Files:
-
- branches/freewrt_1_0/target/Config.in (modified) (1 diff)
- trunk/freewrt/target/Config.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/freewrt_1_0/target/Config.in
r945 r987 11 11 choice 12 12 prompt "Target Firmware type" 13 default FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY 13 14 14 15 config FWRT_TARGET_ROOTFS_JFFS2 trunk/freewrt/target/Config.in
r946 r987 18 18 choice 19 19 prompt "Target Firmware type" 20 default FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY 20 21 21 22 config FWRT_TARGET_ROOTFS_JFFS2 … … 60 61 help 61 62 Use this option if you want to use a nfs-mounted root filesystem. 62 63 63 64 config FWRT_TARGET_ROOTFS_EXT2_CF 64 65 bool "read-write file system for compact flash (ext2)" 65 66 depends on FWRT_LINUX_2_4_RB 66 67 help 67 Use this option if you have a compact flash 68 Use this option if you have a compact flash 68 69 inside your hardware and want to boot FreeWRT from it. 69 70 … … 83 84 #config FWRT_IP_CONF_BOOTP 84 85 # bool "Obtain IP via BOOTP" 85 # 86 # 86 87 #config FWRT_IP_CONF_RARP 87 88 # bool "Obtain IP via RARP" 88 89 # 89 90 #endchoice 90 91 91 92 endmenu 92 93 #endmenu


