Author: blogic Date: 2014-06-19 16:13:30 +0200 (Thu, 19 Jun 2014) New Revision: 41275
Modified: trunk/target/linux/octeon/Makefile Log: octeon: enable the ext4 feature Signed-off-by: John Crispin <[email protected]> Modified: trunk/target/linux/octeon/Makefile =================================================================== --- trunk/target/linux/octeon/Makefile 2014-06-19 14:13:20 UTC (rev 41274) +++ trunk/target/linux/octeon/Makefile 2014-06-19 14:13:30 UTC (rev 41275) @@ -9,7 +9,7 @@ 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 <[email protected]> _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
