X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fgemini%2FMakefile;h=2c10af2206495935ed9058e0db72c7265c6739d3;hb=a670c0e209c01eb3b460f2206089636236a0084e;hp=a4cee4eda4caf1925de72e3cbe7e608795147497;hpb=2f05a5f0ef6fbf488bb755c4e6999179271337a3;p=openwrt.git diff --git a/target/linux/gemini/Makefile b/target/linux/gemini/Makefile index a4cee4eda4..2c10af2206 100644 --- a/target/linux/gemini/Makefile +++ b/target/linux/gemini/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2010 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,10 +9,14 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=gemini BOARDNAME:=Cortina Systems CS351x -FEATURES:=squashfs -CFLAGS:=-Os -pipe -march=armv4 -mtune=arm9tdmi -funit-at-a-time +SUBTARGETS:=raidsonic wiligear +FEATURES:=squashfs pci +CPU_TYPE:=fa526 +MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.32.13 +KERNEL_PATCHVER:=3.10 + +KERNELNAME:=zImage include $(INCLUDE_DIR)/target.mk