2009-11-09 13:45:04 +02:00
|
|
|
#
|
2010-01-10 18:02:11 +02:00
|
|
|
# Copyright (C) 2007-2010 OpenWrt.org
|
2009-11-09 13:45:04 +02: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 03:07:12 +02:00
|
|
|
CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=603e
|
2012-05-05 14:43:21 +03:00
|
|
|
FEATURES:=squashfs targz
|
2010-10-27 16:46:00 +03:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2009-11-09 13:45:04 +02:00
|
|
|
|
2012-06-05 09:57:51 +03:00
|
|
|
LINUX_VERSION:=3.3.8
|
2009-11-09 13:45:04 +02: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))
|