2007-05-28 19:47:42 +03: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
|
2008-01-28 01:11:21 +02:00
|
|
|
BOARD:=ppc44x
|
2007-05-28 19:47:42 +03:00
|
|
|
BOARDNAME:=AMCC Taishan
|
2008-02-03 16:54:01 +02:00
|
|
|
FEATURES:=squashfs
|
2007-05-28 19:47:42 +03:00
|
|
|
|
2008-02-03 16:54:01 +02:00
|
|
|
LINUX_VERSION:=2.6.24
|
|
|
|
LINUX_KARCH:=powerpc
|
2007-06-28 08:52:00 +03:00
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2008-02-03 16:54:01 +02:00
|
|
|
KERNELNAME:="zImage"
|
|
|
|
|
2007-05-28 19:47:42 +03:00
|
|
|
define Target/Description
|
|
|
|
Build firmware images for the AMCC Taishan evaluation board
|
|
|
|
endef
|
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
$(eval $(call BuildTarget))
|