From: John Crispin Date: Thu, 19 Jun 2014 14:13:30 +0000 (+0000) Subject: octeon: enable the ext4 feature X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=58f10aef39d3588855192ba2c511829480eeaea7;p=15.05%2Fopenwrt.git octeon: enable the ext4 feature Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41275 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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