2009-05-11 21:27:33 +03:00
|
|
|
#
|
2010-02-08 23:55:13 +02:00
|
|
|
# Copyright (C) 2009-2010 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
|
2009-05-18 16:08:46 +03:00
|
|
|
CFLAGS:=-Os -pipe -march=armv4 -mtune=arm9tdmi -funit-at-a-time
|
2009-05-11 21:27:33 +03:00
|
|
|
|
2010-02-28 12:16:47 +02:00
|
|
|
LINUX_VERSION:=2.6.32.9
|
2009-05-11 21:27:33 +03:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|