1#
2# Copyright (C) 2007-2010 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7include $(TOPDIR)/rules.mk
8
9ARCH:=powerpc
10BOARD:=mpc83xx
11BOARDNAME:=Freescale MPC83xx
12CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=603e
13FEATURES:=squashfs targz
14MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
15
16LINUX_VERSION:=3.3.8
17
18include $(INCLUDE_DIR)/target.mk
19
20DEFAULT_PACKAGES += kmod-via-velocity
21
22define Target/Description
23	Build firmware images for Freescale MPC83xx based boards (eg. RouterBoard 600).
24endef
25
26$(eval $(call BuildTarget))
27