[source] octeon: enable f2fs and ext4 utilities
LEDE Commits
lede-commits at lists.infradead.org
Sat Sep 10 03:18:08 PDT 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/9d57957784c1fcabd0c6b125e477115c770809ef
commit 9d57957784c1fcabd0c6b125e477115c770809ef
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Sep 8 14:46:25 2016 +0200
octeon: enable f2fs and ext4 utilities
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
target/linux/octeon/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile
index afef2ba..7218222 100644
--- a/target/linux/octeon/Makefile
+++ b/target/linux/octeon/Makefile
@@ -21,4 +21,6 @@ endef
include $(INCLUDE_DIR)/target.mk
+DEFAULT_PACKAGES += mkf2fs e2fsprogs
+
$(eval $(call BuildTarget))
More information about the lede-commits
mailing list