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
|
2013-03-25 22:18:32 +08:00
|
|
|
FEATURES:=squashfs pci
|
2011-03-26 09:07:12 +08:00
|
|
|
CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -fno-caller-saves
|
2010-10-27 21:46:00 +08:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2009-05-12 02:27:33 +08:00
|
|
|
|
2013-07-22 23:30:56 +08:00
|
|
|
LINUX_VERSION:=3.9.11
|
2009-05-12 02:27:33 +08:00
|
|
|
|
2013-06-28 03:58:31 +08:00
|
|
|
KERNELNAME:="zImage"
|
|
|
|
|
2009-05-12 02:27:33 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|