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