# $FreeWRT$ #- # This file is part of the FreeWRT project. FreeWRT is copyrighted # material, please see the LICENCE file in the top-level directory # or at http://www.freewrt.org/license for details. #menu "Target System" #menu "Broadcom devices" menu "Target system (Broadcom)" source "target/linux/brcm-2.4/Config.in" choice prompt "Target Firmware type" config FWRT_TARGET_ROOTFS_JFFS2 bool "Firmware image with writable root filesystem" select FWRT_PACKAGE_JFFS2ROOT help Build firmware images with a writable jffs2 root filesystem. config FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS bool "Firmware image with read-only root filesystem and symlinks" select FWRT_PACKAGE_JFFS2ROOT help Build firmware images with a read-only and highly compressed (squashfs with lzma compression) root filesystem. Startup scripts will create symlinks to the writable jffs2 portion. If you want to change anything, first remove the symlink then edit the file. config FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY bool "Firmware image with read-only root filesystem and overlay fs" select FWRT_PACKAGE_KMOD_MINI_FO select FWRT_PACKAGE_JFFS2ROOT help Build firmware images with a read-only and highly compressed (squashfs with lzma compression) root filesystem and a overlay filesystem for a pseudo writable root filesystem. Only differences to the read-only image are kept on a writable jffs2 partition. endchoice endmenu #endmenu