mark 3.10 targets as broken
[openwrt/svn-archive/archive.git] / target / linux / gemini / Makefile
index ee602eef7263b64ba564e89faf9892ced51d37f2..10a6e14f6583b21af5cf8e9feb601b21d95a0c8f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2009-2011 OpenWrt.org
+# Copyright (C) 2009-2013 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -9,11 +9,14 @@ include $(TOPDIR)/rules.mk
 ARCH:=arm
 BOARD:=gemini
 BOARDNAME:=Cortina Systems CS351x
-FEATURES:=squashfs
-CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -fno-caller-saves
+SUBTARGETS:=raidsonic wiligear
+FEATURES:=squashfs pci rtc broken
+CPU_TYPE:=fa526
 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
 
-LINUX_VERSION:=2.6.37.4
+KERNEL_PATCHVER:=3.10
+
+KERNELNAME:=zImage
 
 include $(INCLUDE_DIR)/target.mk