summaryrefslogtreecommitdiffstats
path: root/target/linux/octeon
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-06-19 14:13:30 +0000
committerJohn Crispin <john@openwrt.org>2014-06-19 14:13:30 +0000
commite0d57509add9bfb5f99839934229023e10156679 (patch)
treefd7db600fb38c42b37b7551e46c4b1b6f0b2a327 /target/linux/octeon
parente6e024f155f1a9348418ae6e80f4166c4b281d10 (diff)
downloadmaster-31e0f0ae-e0d57509add9bfb5f99839934229023e10156679.tar.gz
master-31e0f0ae-e0d57509add9bfb5f99839934229023e10156679.tar.bz2
master-31e0f0ae-e0d57509add9bfb5f99839934229023e10156679.zip
octeon: enable the ext4 feature
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41275
Diffstat (limited to 'target/linux/octeon')
-rw-r--r--target/linux/octeon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile
index f4fd9da79b..5eda7b45dc 100644
--- a/target/linux/octeon/Makefile
+++ b/target/linux/octeon/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=mips64
BOARD:=octeon
BOARDNAME:=Cavium Networks Octeon
-FEATURES:=squashfs jffs2 pci usb
+FEATURES:=squashfs jffs2 ext4 pci usb
CPU_TYPE:=octeon
CPU_CFLAGS_octeon:=-march=octeon -mabi=64
MAINTAINER:=John Crispin <blogic@openwrt.org>