octeon: enable the ext4 feature

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 41275
This commit is contained in:
John Crispin 2014-06-19 14:13:30 +00:00
parent e6e024f155
commit e0d57509ad

View file

@ -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>