ar71xx: avoid spurious restarts caused by the watchdog on AR934x
[openwrt.git] / target / linux / octeon / Makefile
index 903e83a963f54e7f0b84f782afa37a6d7628b371..ee54bfb3f8de23cbb6c335565e79cbc490b82101 100644 (file)
@@ -10,10 +10,11 @@ ARCH:=mips
 BOARD:=octeon
 BOARDNAME:=Cavium Networks Octeon
 FEATURES:=squashfs jffs2 pci usb
-CFLAGS:=-Os -pipe -march=octeon -fno-caller-saves
+CPU_TYPE:=octeon
+CPU_CFLAGS_octeon:=-march=octeon
 MAINTAINER:=John Crispin <blogic@openwrt.org>
 
-LINUX_VERSION:=3.10.9
+LINUX_VERSION:=3.10.34
 
 include $(INCLUDE_DIR)/target.mk