2009-05-11 21:27:33 +03:00
|
|
|
#
|
2011-02-25 19:26:25 +02:00
|
|
|
# Copyright (C) 2009-2011 OpenWrt.org
|
2009-05-11 21:27:33 +03: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
|
2009-06-01 21:10:18 +03:00
|
|
|
FEATURES:=squashfs
|
2011-03-26 03:07:12 +02:00
|
|
|
CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -fno-caller-saves
|
2010-10-27 16:46:00 +03:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2009-05-11 21:27:33 +03:00
|
|
|
|
2011-04-03 16:59:07 +03:00
|
|
|
LINUX_VERSION:=2.6.37.6
|
2009-05-11 21:27:33 +03:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|