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)
commit0f7519394fbe3cfe871e7b9a6f5f781f32571b80
tree74f81314a801f1c81e4eb899cf68cf9c712bebed
parent5fc25ab67ff0c84d4a97d3d5b9be23eaba923377
sunxi: fix build without ext4 rootfs

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