2008-01-29 08:58:46 +08:00
|
|
|
#
|
2015-04-13 04:48:13 +08:00
|
|
|
# Copyright (C) 2008-2015 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
|
2015-03-24 18:38:50 +08:00
|
|
|
FEATURES:=squashfs broken
|
2013-09-27 01:53:28 +08:00
|
|
|
CPU_TYPE:=405
|
2010-10-27 21:46:00 +08:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2008-01-29 08:58:46 +08:00
|
|
|
|
2015-04-13 04:48:13 +08:00
|
|
|
KERNEL_PATCHVER:=3.18
|
2008-01-29 08:58:46 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
define Target/Description
|
2009-07-19 17:38:41 +08:00
|
|
|
Build firmware images for AMCC/IBM PPC40x based boards.
|
2008-01-29 08:58:46 +08:00
|
|
|
endef
|
|
|
|
|
2014-10-06 04:17:19 +08:00
|
|
|
KERNELNAME:=uImage cuImage.magicbox cuImage.openrb
|
2013-06-28 03:58:31 +08:00
|
|
|
|
2008-01-29 08:58:46 +08:00
|
|
|
$(eval $(call BuildTarget))
|