2009-01-30 13:38:46 +02:00
|
|
|
#
|
2010-02-16 23:30:11 +02:00
|
|
|
# Copyright (C) 2007-2010 OpenWrt.org
|
2007-05-28 19:47:42 +03: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 01:11:21 +02:00
|
|
|
BOARD:=ppc44x
|
2008-04-28 19:28:29 +03:00
|
|
|
BOARDNAME:=AMCC/IBM PPC44x
|
2008-02-03 16:54:01 +02:00
|
|
|
FEATURES:=squashfs
|
2009-07-29 17:52:31 +03:00
|
|
|
CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=440
|
2010-10-27 16:46:00 +03:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2007-05-28 19:47:42 +03:00
|
|
|
|
2010-12-11 18:07:21 +02:00
|
|
|
LINUX_VERSION:=2.6.32.27
|
2007-06-28 08:52:00 +03:00
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2007-05-28 19:47:42 +03:00
|
|
|
define Target/Description
|
2009-07-19 12:38:55 +03:00
|
|
|
Build firmware images for AMCC/IBM PPC44x based boards.
|
2007-05-28 19:47:42 +03:00
|
|
|
endef
|
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
$(eval $(call BuildTarget))
|