gemini: drop Linux 4.1 support
[openwrt/staging/yousong.git] / target / linux / gemini / Makefile
index 9da59cbc5f9f619a57c1ae6b93f42e4a93bdfe82..f02e4b179f7ff0d609bf378b4928e9d2812e93ad 100644 (file)
@@ -9,13 +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
-MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
+SUBTARGETS:=raidsonic wiligear
+FEATURES:=squashfs pci rtc
+CPU_TYPE:=fa526
+MAINTAINER:=Roman Yeryomin <roman@advem.lv>
 
-LINUX_VERSION:=3.9.8
+KERNEL_PATCHVER:=4.4
 
-KERNELNAME:="zImage"
+KERNELNAME:=zImage
 
 include $(INCLUDE_DIR)/target.mk