From: Andre Heider Date: Thu, 31 Jan 2019 10:12:24 +0000 (+0100) Subject: omap: fix build without ext4 rootfs X-Git-Tag: v19.07.0-rc1~1406 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=d5829f41839e0a150e1d970661190f2a50a0b998;ds=sidebyside omap: fix build without ext4 rootfs Same fix as 7b76219e, just for omap. Signed-off-by: Andre Heider --- diff --git a/config/Config-images.in b/config/Config-images.in index a0c7b7a94d..bdd24ef617 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -275,7 +275,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_mvebu || TARGET_rb532 || TARGET_sunxi || TARGET_uml + depends on GRUB_IMAGES || USES_ROOTFS_PART || TARGET_ROOTFS_EXT4FS || TARGET_mvebu || TARGET_omap || TARGET_rb532 || TARGET_sunxi || TARGET_uml default 256 help Select the root filesystem partition size.