Signed-off-by: Petr Štetiar <yn...@true.cz> --- config/Config-images.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/config/Config-images.in b/config/Config-images.in index a60dd50..cdaf5e9 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -281,24 +281,24 @@ menu "Target Images" below /boot. config TARGET_ROOTFS_INCLUDE_UIMAGE - bool "include uImage" if TARGET_ROOTFS_INCLUDE_KERNEL - default y + bool "include uImage" + default y if TARGET_ROOTFS_INCLUDE_KERNEL 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 + bool "include zImage" + default y if TARGET_ROOTFS_INCLUDE_KERNEL 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 + bool "include FIT" + default y if TARGET_ROOTFS_INCLUDE_KERNEL help This option might not apply to all targets. Make sure to check target/linux/<your_target>/image/Makefile to -- 1.7.9.5 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel