Skip to content
Snippets Groups Projects
Commit 0c5c12a0 authored by Luka Perkov's avatar Luka Perkov
Browse files

Config.in: add more options when it comes to including kernel image into rootfs


Signed-off-by: default avatarLuka Perkov <luka@openwrt.org>

SVN-Revision: 38517
parent 7938d164
No related branches found
No related tags found
No related merge requests found
...@@ -173,7 +173,7 @@ menu "Target Images" ...@@ -173,7 +173,7 @@ menu "Target Images"
help help
Allows you to change the percentage of reserved blocks in the root filesystem 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" bool "Include kernel in root filesystem"
depends on TARGET_ROOTFS_UBIFS || TARGET_ROOTFS_EXT4FS depends on TARGET_ROOTFS_UBIFS || TARGET_ROOTFS_EXT4FS
default n if USES_UBIFS default n if USES_UBIFS
...@@ -181,6 +181,30 @@ menu "Target Images" ...@@ -181,6 +181,30 @@ menu "Target Images"
Include the kernel image in the rootfs. Typically the image is placed Include the kernel image in the rootfs. Typically the image is placed
below /boot. 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/<your_target>/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/<your_target>/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/<your_target>/image/Makefile to
see if this option will have any effect.
config TARGET_ROOTFS_INCLUDE_DTB config TARGET_ROOTFS_INCLUDE_DTB
bool "Include DTB in root filesystem" bool "Include DTB in root filesystem"
depends on TARGET_ROOTFS_UBIFS || TARGET_ROOTFS_EXT4FS depends on TARGET_ROOTFS_UBIFS || TARGET_ROOTFS_EXT4FS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment