diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-19 14:13:30 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-19 14:13:30 +0000 |
commit | 58f10aef39d3588855192ba2c511829480eeaea7 (patch) | |
tree | 5f8c5ab393189d7f53062a46f20a83aeb0c25db9 /target/linux/octeon/Makefile | |
parent | 531c49cf7e4a9dcf386cc582a2a6d82132011b7e (diff) | |
download | upstream-58f10aef39d3588855192ba2c511829480eeaea7.tar.gz upstream-58f10aef39d3588855192ba2c511829480eeaea7.tar.bz2 upstream-58f10aef39d3588855192ba2c511829480eeaea7.zip |
octeon: enable the ext4 feature
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41275 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/octeon/Makefile')
-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> |