mediatek: mt7623: allow build without ext4 rootfs
authorDaniel Golle <daniel@makrotopia.org>
Wed, 21 Jul 2021 14:32:00 +0000 (15:32 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 21 Jul 2021 14:34:21 +0000 (15:34 +0100)
commit5096f0513b7d2d3fc1004578e8ef3c03fdfa7c1f
treec1cc55417f026dd55c334ca5f094d1be280dc64c
parent373c08bcbb08b49715919597ed400abb4dd169c9
mediatek: mt7623: allow build without ext4 rootfs

The image generation code for the U7623 board expects ext4 filesystem
to be selected in menuconfig and CONFIG_TARGET_ROOTFS_PARTSIZE to be
defined. Now that ext4 isn't enabled any more, the variable was missing
and broke the build.
Set the default (104) instead of using the config variable to fix that.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
target/linux/mediatek/image/mt7623.mk