From ca529e60d2dde215b3199583bda0f37454e0b896 Mon Sep 17 00:00:00 2001 From: Lucian Cristian Date: Thu, 19 Jul 2018 09:58:42 +0300 Subject: omap: add support for f2fs/ext4 overlay creation add kernel support and include the tools for creating an overlay partition (f2fs or ext4) Signed-off-by: Lucian Cristian --- target/linux/omap/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/omap/Makefile') diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile index fc8e40dee2..f22841e019 100644 --- a/target/linux/omap/Makefile +++ b/target/linux/omap/Makefile @@ -26,4 +26,6 @@ endef include $(INCLUDE_DIR)/target.mk +DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs + $(eval $(call BuildTarget)) -- cgit v1.2.3