From: John Crispin Date: Thu, 19 Jun 2014 14:13:30 +0000 (+0000) Subject: octeon: enable the ext4 feature X-Git-Tag: reboot~6858 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e0d57509add9bfb5f99839934229023e10156679;p=openwrt%2Fstaging%2Flynxis.git octeon: enable the ext4 feature Signed-off-by: John Crispin SVN-Revision: 41275 --- 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