From ece7b999e612ed7a9df5f1b9012575395eec443b Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Sat, 6 Oct 2018 22:32:43 +0800 Subject: [PATCH] sunxi: fix build without ext4 rootfs --- config/Config-images.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Config-images.in b/config/Config-images.in index 8af21f5f3..e606c9aeb 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -267,7 +267,7 @@ menu "Target Images" 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_mvebu || TARGET_rb532 || TARGET_sunxi || TARGET_uml default 90 help Select the root filesystem partition size.