From: Felix Fietkau Date: Thu, 8 Sep 2016 12:46:25 +0000 (+0200) Subject: octeon: enable f2fs and ext4 utilities X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=9d57957784c1fcabd0c6b125e477115c770809ef;p=openwrt%2Fstaging%2Flynxis.git octeon: enable f2fs and ext4 utilities Signed-off-by: Felix Fietkau --- diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile index afef2ba67e..7218222e2f 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))