X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=Config.in;h=ef6f1c61222f05a921874845e2eea478b7f09062;hp=b79a26e871e89bb0717372f8eb5d824d78151a7e;hb=01e4369f1254f7682b31e754243acf932d11904e;hpb=cd05f1d422c030b617f70d712c3f6d9e8f30dc62 diff --git a/Config.in b/Config.in index b79a26e871..ef6f1c6122 100644 --- a/Config.in +++ b/Config.in @@ -78,7 +78,6 @@ menu "Target Images" config TARGET_ROOTFS_EXT4FS bool "ext4" default y if USES_EXT4 - depends on !TARGET_ROOTFS_INITRAMFS help Ext4 file system with some free space for uml images @@ -86,28 +85,32 @@ menu "Target Images" bool "iso" default n depends on TARGET_x86_generic - depends on !TARGET_ROOTFS_INITRAMFS help Create some bootable ISO image config TARGET_ROOTFS_JFFS2 bool "jffs2" default y if USES_JFFS2 - depends on !TARGET_ROOTFS_INITRAMFS help Build a jffs2 root filesystem + config TARGET_ROOTFS_JFFS2_NAND + bool "jffs2 for NAND" + default y if USES_JFFS2_NAND + depends on USES_JFFS2_NAND + help + Build a jffs2 root filesystem for NAND flash + config TARGET_ROOTFS_SQUASHFS bool "squashfs" default y if USES_SQUASHFS - depends on !TARGET_ROOTFS_INITRAMFS help Build a squashfs-lzma root filesystem config TARGET_ROOTFS_UBIFS bool "ubifs" default y if USES_UBIFS - depends on !TARGET_ROOTFS_INITRAMFS && USES_UBIFS + depends on USES_UBIFS help Build a ubifs root filesystem @@ -300,6 +303,9 @@ menu "Global build settings" config KERNEL_RELAY bool + config KERNEL_KEXEC + bool "Enable kexec support" + # # CGROUP support symbols #