Browse Source

octeon: enable f2fs and ext4 utilities

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 9 years ago
parent
commit
9d57957784
1 changed files with 2 additions and 0 deletions
  1. 2 0
      target/linux/octeon/Makefile

+ 2 - 0
target/linux/octeon/Makefile

@@ -21,4 +21,6 @@ endef
 
 include $(INCLUDE_DIR)/target.mk
 
+DEFAULT_PACKAGES += mkf2fs e2fsprogs
+
 $(eval $(call BuildTarget))