#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 images with writable root filesystem" select FWRT_PACKAGE_JFFS2ROOT help Build firmware images with a writable jffs2 root filesystem. config FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY bool "Firmware images with read-only root filesystem and overlay fs" 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. endchoice endmenu #endmenu