diff mbox series

[OpenWrt-Devel,1/2] omap: fix build without ext4 rootfs

Message ID 20190131101225.9809-1-a.heider@gmail.com
State Accepted
Delegated to: Alexander Couzens
Headers show
Series [OpenWrt-Devel,1/2] omap: fix build without ext4 rootfs | expand

Commit Message

Andre Heider Jan. 31, 2019, 10:12 a.m. UTC
Same fix as 7b76219e, just for omap.

Signed-off-by: Andre Heider <a.heider@gmail.com>
---
 config/Config-images.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alexander 'lynxis' Couzens Jan. 31, 2019, 1:23 p.m. UTC | #1
On Thu, 31 Jan 2019 11:12:24 +0100
Andre Heider <a.heider@gmail.com> wrote:

> Same fix as 7b76219e, just for omap.
> 
> Signed-off-by: Andre Heider <a.heider@gmail.com>

merged both patches.
Thanks!

- lynxis
diff mbox series

Patch

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.