#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_SQUASHFS_OVERLAY bool "Production images with read-only root filesystem" select FWRT_PACKAGE_KMOD_MINI_FO 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). config FWRT_TARGET_ROOTFS_JFFS2 bool "Development images with writable root filesystem" select FWRT_PACKAGE_JFFS2ROOT help Build firmware images with a writable jffs2 root filesystem. endchoice endmenu #endmenu