diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-08-26 19:36:33 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-12-18 11:28:12 +0100 |
commit | 42dafa0ac589370877747c6647f75ea3ab9572b6 (patch) | |
tree | 989a4acb21286cfbe6ba64d4b5abc0ec2708e683 /config | |
parent | 62e7ad1d2100f0b2ea8f5ebd1dc50ac7b841967a (diff) | |
download | upstream-42dafa0ac589370877747c6647f75ea3ab9572b6.tar.gz upstream-42dafa0ac589370877747c6647f75ea3ab9572b6.tar.bz2 upstream-42dafa0ac589370877747c6647f75ea3ab9572b6.zip |
build: add support for enabling the rootfs/boot partition size option via target feature
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(backported from 00f030a9c67c551e675364d73234a4cba273b420)
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-images.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/Config-images.in b/config/Config-images.in index 90e873edb8..afdbdc4079 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -259,12 +259,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. |