imx6: use upstream gateworks board names
[openwrt.git] / target / linux / gemini / Makefile
index f26f7bf..b64c9c8 100644 (file)
@@ -10,10 +10,12 @@ ARCH:=arm
 BOARD:=gemini
 BOARDNAME:=Cortina Systems CS351x
 FEATURES:=squashfs pci
-CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -fno-caller-saves
+CPU_TYPE:=fa526
 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
 
-LINUX_VERSION:=3.9.3
+LINUX_VERSION:=3.9.11
+
+KERNELNAME:="zImage"
 
 include $(INCLUDE_DIR)/target.mk