ar7: drop 3.14 support
[openwrt/openwrt.git] / target / linux / gemini / Makefile
index 78eb3f7f6cb5e94200e77b7eb8e73b0a19dddf4c..09f4c4352ab0342d38b7db2fd042cb7f501ca1b3 100644 (file)
@@ -9,11 +9,14 @@ include $(TOPDIR)/rules.mk
 ARCH:=arm
 BOARD:=gemini
 BOARDNAME:=Cortina Systems CS351x
-FEATURES:=squashfs pci
-CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -fno-caller-saves
+SUBTARGETS:=raidsonic wiligear
+FEATURES:=squashfs pci rtc
+CPU_TYPE:=fa526
 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
 
-LINUX_VERSION:=3.9-rc4
+KERNEL_PATCHVER:=3.10
+
+KERNELNAME:=zImage
 
 include $(INCLUDE_DIR)/target.mk