2009-01-30 19:38:46 +08:00
|
|
|
#
|
2012-03-19 19:27:34 +08:00
|
|
|
# Copyright (C) 2007-2012 OpenWrt.org
|
2007-05-29 00:47:42 +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
|
2008-01-28 07:11:21 +08:00
|
|
|
BOARD:=ppc44x
|
2008-04-29 00:28:29 +08:00
|
|
|
BOARDNAME:=AMCC/IBM PPC44x
|
2012-05-27 23:01:28 +08:00
|
|
|
FEATURES:=squashfs broken
|
2013-09-27 01:53:28 +08:00
|
|
|
CPU_TYPE:=440
|
2010-10-27 21:46:00 +08:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2007-05-29 00:47:42 +08:00
|
|
|
|
2014-04-12 19:59:07 +08:00
|
|
|
LINUX_VERSION:=3.10.36
|
2007-06-28 13:52:00 +08:00
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2012-03-19 19:27:34 +08:00
|
|
|
DEFAULT_PACKAGES := $(filter-out ppp%,$(DEFAULT_PACKAGES))
|
|
|
|
|
2007-05-29 00:47:42 +08:00
|
|
|
define Target/Description
|
2009-07-19 17:38:55 +08:00
|
|
|
Build firmware images for AMCC/IBM PPC44x based boards.
|
2007-05-29 00:47:42 +08:00
|
|
|
endef
|
|
|
|
|
2013-06-28 03:58:31 +08:00
|
|
|
KERNELNAME:="uImage cuImage.taishan"
|
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
$(eval $(call BuildTarget))
|