ar71xx: image: fix TL-WR1043ND board id (#12079)
[oweals/openwrt.git] / target / linux / cns21xx / Makefile
index 76753fb16c1b3382e4579a9d982ee4a4f44d77b6..cbead08d767c1de01a04ea2cabe9faa0d43e16de 100644 (file)
@@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk
 
 ARCH:=arm
 BOARD:=cns21xx
-BOARDNAME:=Cavium Networks CNS21xx
+BOARDNAME:=Cavium Networks Econa CNS21xx
 FEATURES:=squashfs broken
-CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -funit-at-a-time
+CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -fno-caller-saves
 
-LINUX_VERSION:=2.6.36.4
+LINUX_VERSION:=3.3.8
 
 include $(INCLUDE_DIR)/target.mk