projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cbb782
)
octeon: enable f2fs and ext4 utilities
author
Felix Fietkau
<nbd@nbd.name>
Thu, 8 Sep 2016 12:46:25 +0000
(14:46 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Sat, 10 Sep 2016 10:17:39 +0000
(12:17 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/octeon/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/octeon/Makefile
b/target/linux/octeon/Makefile
index afef2ba67e7714d98167a2533808ca4af61fd2f2..7218222e2f7198b43d63444b5228c589da31d143 100644
(file)
--- 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))