sunxi: fix build without ext4 rootfs
authorAndre Heider <a.heider@gmail.com>
Mon, 24 Sep 2018 13:53:25 +0000 (15:53 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 29 Sep 2018 15:23:11 +0000 (17:23 +0200)
commit7b76219e157ba3aafa7bcdcac2dd7fef9e9623d9
treecce71164ef81fd97db5aaa83ca3bd9dbed424570
parent247ef4d98bab16a55b046b41e5974234b71e076d
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>
config/Config-images.in