1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 05:42:04 +03:00
openwrt-xburst/target/linux/ppc44x/Makefile
kaloz e318fce641 [ppc44x]: upgrade to 3.2, disable ppp by default until we figure out why ppp_generic breaks bootup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31020 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-19 11:27:34 +00:00

27 lines
583 B
Makefile

#
# Copyright (C) 2007-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
ARCH:=powerpc
BOARD:=ppc44x
BOARDNAME:=AMCC/IBM PPC44x
FEATURES:=squashfs
CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=440
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
LINUX_VERSION:=3.2.11
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES := $(filter-out ppp%,$(DEFAULT_PACKAGES))
define Target/Description
Build firmware images for AMCC/IBM PPC44x based boards.
endef
$(eval $(call BuildTarget))