2008-01-29 08:58:46 +08:00
|
|
|
#
|
2009-07-19 15:20:04 +08:00
|
|
|
# Copyright (C) 2008-2009 OpenWrt.org
|
2008-01-29 08:58:46 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=powerpc
|
|
|
|
BOARD:=ppc40x
|
2008-04-29 00:28:29 +08:00
|
|
|
BOARDNAME:=AMCC/IBM PPC40x
|
2009-07-19 15:20:04 +08:00
|
|
|
FEATURES:=squashfs jffs2 usb
|
2008-01-29 08:58:46 +08:00
|
|
|
|
2009-05-11 00:44:32 +08:00
|
|
|
LINUX_VERSION:=2.6.28.10
|
2008-01-29 08:58:46 +08:00
|
|
|
LINUX_KARCH:=powerpc
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for the AMCC Kilauea evaluation board
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|