2009-05-12 02:27:33 +08:00
|
|
|
#
|
2013-03-25 22:18:32 +08:00
|
|
|
# Copyright (C) 2009-2013 OpenWrt.org
|
2009-05-12 02:27:33 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=gemini
|
|
|
|
BOARDNAME:=Cortina Systems CS351x
|
2014-11-19 22:09:10 +08:00
|
|
|
SUBTARGETS:=raidsonic wiligear
|
2015-01-09 04:26:27 +08:00
|
|
|
FEATURES:=squashfs pci rtc
|
2013-09-27 01:53:20 +08:00
|
|
|
CPU_TYPE:=fa526
|
2010-10-27 21:46:00 +08:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2009-05-12 02:27:33 +08:00
|
|
|
|
2014-10-25 03:34:02 +08:00
|
|
|
KERNEL_PATCHVER:=3.10
|
2009-05-12 02:27:33 +08:00
|
|
|
|
2014-10-06 04:17:19 +08:00
|
|
|
KERNELNAME:=zImage
|
2013-06-28 03:58:31 +08:00
|
|
|
|
2009-05-12 02:27:33 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|