2009-11-09 11:45:04 +00:00
|
|
|
#
|
2010-01-10 16:02:11 +00:00
|
|
|
# Copyright (C) 2007-2010 OpenWrt.org
|
2009-11-09 11:45:04 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=powerpc
|
|
|
|
BOARD:=mpc83xx
|
|
|
|
BOARDNAME:=Freescale MPC83xx
|
2011-03-26 01:07:12 +00:00
|
|
|
CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=603e
|
2010-04-28 14:47:43 +00:00
|
|
|
FEATURES:=squashfs targz broken
|
2010-10-27 13:46:00 +00:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2009-11-09 11:45:04 +00:00
|
|
|
|
2011-02-19 12:44:07 +00:00
|
|
|
LINUX_VERSION:=2.6.36.4
|
2009-11-09 11:45:04 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
DEFAULT_PACKAGES += kmod-via-velocity
|
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Freescale MPC83xx based boards (eg. RouterBoard 600).
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|