sunxi: fix build without ext4 rootfs
authorAndre Heider <a.heider@gmail.com>
Mon, 24 Sep 2018 13:53:25 +0000 (15:53 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:48:00 +0000 (17:48 +0100)
The sdcard image generation uses CONFIG_TARGET_ROOTFS_PARTSIZE, which is
currently bound to TARGET_ROOTFS_EXT4FS on this target.

Since the rootfs is squashfs anyway, allow deselecting of the ext4fs
one.

Sort the target list alphabetically while here.

Signed-off-by: Andre Heider <a.heider@gmail.com>
(backported from 7b76219e157ba3aafa7bcdcac2dd7fef9e9623d9)

config/Config-images.in

index 6242e36d34b9293854176cc4097f82d2155a464c..6fa9a67cb644f986a7f207cbf2e366e4062f8462 100644 (file)
@@ -273,7 +273,7 @@ menu "Target Images"
 
        config TARGET_ROOTFS_PARTSIZE
                int "Root filesystem partition size (in MB)"
-               depends on GRUB_IMAGES || USES_ROOTFS_PART || 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 256
                help
                  Select the root filesystem partition size.