mvebu: enable NEON support
[openwrt/staging/wigyori.git] / target / linux / octeon / Makefile
index 420c5c722658f56baeea36f9b895b20139fcf113..5cddd2de854469c1d52c18e944abe54869097ad4 100644 (file)
@@ -6,15 +6,14 @@
 #
 include $(TOPDIR)/rules.mk
 
-ARCH:=mips
+ARCH:=mips64
 BOARD:=octeon
 BOARDNAME:=Cavium Networks Octeon
-FEATURES:=squashfs jffs2 pci usb
+FEATURES:=squashfs ext4 initramfs pci usb
 CPU_TYPE:=octeon
-CPU_CFLAGS_octeon:=-march=octeon
-MAINTAINER:=John Crispin <blogic@openwrt.org>
+MAINTAINER:=John Crispin <john@phrozen.org>
 
-LINUX_VERSION:=3.10.24
+KERNEL_PATCHVER:=4.4
 
 include $(INCLUDE_DIR)/target.mk