aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/omap/Makefile
diff options
context:
space:
mode:
authorLucian Cristian <lucian.cristian@gmail.com>2018-07-19 09:58:42 +0300
committerJohn Crispin <john@phrozen.org>2018-07-30 11:03:02 +0200
commitca529e60d2dde215b3199583bda0f37454e0b896 (patch)
treed221d3eb47a1ae7fbedb1605f981409ce6197b26 /target/linux/omap/Makefile
parent6a095e858718e91a56dc69f21b5ecb76237e7c28 (diff)
downloadupstream-ca529e60d2dde215b3199583bda0f37454e0b896.tar.gz
upstream-ca529e60d2dde215b3199583bda0f37454e0b896.tar.bz2
upstream-ca529e60d2dde215b3199583bda0f37454e0b896.zip
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 <lucian.cristian@gmail.com>
Diffstat (limited to 'target/linux/omap/Makefile')
-rw-r--r--target/linux/omap/Makefile2
1 files changed, 2 insertions, 0 deletions
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))