From 00f030a9c67c551e675364d73234a4cba273b420 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 26 Aug 2018 19:36:33 +0200 Subject: build: add support for enabling the rootfs/boot partition size option via target feature Signed-off-by: Felix Fietkau --- config/Config-images.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/Config-images.in') diff --git a/config/Config-images.in b/config/Config-images.in index 76e64641b4..6242e36d34 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -268,12 +268,12 @@ menu "Target Images" config TARGET_KERNEL_PARTSIZE int "Kernel partition size (in MB)" - depends on GRUB_IMAGES + depends on GRUB_IMAGES || USES_BOOT_PART default 16 config TARGET_ROOTFS_PARTSIZE int "Root filesystem partition size (in MB)" - depends on GRUB_IMAGES || TARGET_ROOTFS_EXT4FS || TARGET_rb532 || TARGET_mvebu || TARGET_uml + depends on GRUB_IMAGES || USES_ROOTFS_PART || TARGET_ROOTFS_EXT4FS || TARGET_rb532 || TARGET_mvebu || TARGET_uml default 256 help Select the root filesystem partition size. -- cgit v1.2.3