diff options
author | John Crispin <john@openwrt.org> | 2014-06-19 14:13:30 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-19 14:13:30 +0000 |
commit | e0d57509add9bfb5f99839934229023e10156679 (patch) | |
tree | fd7db600fb38c42b37b7551e46c4b1b6f0b2a327 /target/linux | |
parent | e6e024f155f1a9348418ae6e80f4166c4b281d10 (diff) | |
download | upstream-e0d57509add9bfb5f99839934229023e10156679.tar.gz upstream-e0d57509add9bfb5f99839934229023e10156679.tar.bz2 upstream-e0d57509add9bfb5f99839934229023e10156679.zip |
octeon: enable the ext4 feature
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41275
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/octeon/Makefile | 2 |
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> |