X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=Config.in;fp=Config.in;h=38d11eb28170c29bf50d9a2eb3224bba10c80fc6;hb=0c5c12a042bbea9cc718e139f14eb98550da6028;hp=a7ef477b200091b13079253b52a352f784312e9d;hpb=7938d1645165192abaaf4e4cdbe0bbb880ec3a9c;p=openwrt%2Fstaging%2Fwigyori.git diff --git a/Config.in b/Config.in index a7ef477b20..38d11eb281 100644 --- a/Config.in +++ b/Config.in @@ -173,7 +173,7 @@ menu "Target Images" help Allows you to change the percentage of reserved blocks in the root filesystem - config TARGET_ROOTFS_INCLUDE_KERNEL + menuconfig TARGET_ROOTFS_INCLUDE_KERNEL bool "Include kernel in root filesystem" depends on TARGET_ROOTFS_UBIFS || TARGET_ROOTFS_EXT4FS default n if USES_UBIFS @@ -181,6 +181,30 @@ menu "Target Images" Include the kernel image in the rootfs. Typically the image is placed below /boot. + config TARGET_ROOTFS_INCLUDE_UIMAGE + bool "include uImage" if TARGET_ROOTFS_INCLUDE_KERNEL + default y + help + This option might not apply to all targets. Make sure + to check target/linux//image/Makefile to + see if this option will have any effect. + + config TARGET_ROOTFS_INCLUDE_ZIMAGE + bool "include zImage" if TARGET_ROOTFS_INCLUDE_KERNEL + default y + help + This option might not apply to all targets. Make sure + to check target/linux//image/Makefile to + see if this option will have any effect. + + config TARGET_ROOTFS_INCLUDE_FIT + bool "include FIT" if TARGET_ROOTFS_INCLUDE_KERNEL + default y + help + This option might not apply to all targets. Make sure + to check target/linux//image/Makefile to + see if this option will have any effect. + config TARGET_ROOTFS_INCLUDE_DTB bool "Include DTB in root filesystem" depends on TARGET_ROOTFS_UBIFS || TARGET_ROOTFS_EXT4FS