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