2007-05-28 18:47:42 +02:00
|
|
|
#
|
|
|
|
# Copyright (C) 2007 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=powerpc
|
|
|
|
BOARD:=amcc
|
|
|
|
BOARDNAME:=AMCC Taishan
|
2007-06-05 22:55:21 +02:00
|
|
|
FEATURES:=jffs2
|
2007-05-28 18:47:42 +02:00
|
|
|
|
2008-01-27 23:20:54 +01:00
|
|
|
LINUX_VERSION:=2.6.23.14
|
2007-10-23 08:23:12 +02:00
|
|
|
LINUX_KARCH:=ppc
|
2007-06-28 07:52:00 +02:00
|
|
|
|
2007-09-08 21:55:42 +02:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2007-05-28 18:47:42 +02:00
|
|
|
define Target/Description
|
|
|
|
Build firmware images for the AMCC Taishan evaluation board
|
|
|
|
endef
|
|
|
|
|
2007-09-08 21:55:42 +02:00
|
|
|
$(eval $(call BuildTarget))
|