2009-01-30 13:38:46 +02:00
|
|
|
#
|
2012-03-19 13:27:34 +02:00
|
|
|
# Copyright (C) 2007-2012 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
|
2012-05-27 18:01:28 +03:00
|
|
|
FEATURES:=squashfs broken
|
2011-03-26 03:07:12 +02:00
|
|
|
CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=440
|
2010-10-27 16:46:00 +03:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2007-05-28 19:47:42 +03:00
|
|
|
|
2012-06-05 09:57:51 +03:00
|
|
|
LINUX_VERSION:=3.3.8
|
2007-06-28 08:52:00 +03:00
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2012-03-19 13:27:34 +02:00
|
|
|
DEFAULT_PACKAGES := $(filter-out ppp%,$(DEFAULT_PACKAGES))
|
|
|
|
|
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))
|