2009-11-09 19:45:04 +08:00
|
|
|
#
|
2010-01-11 00:02:11 +08:00
|
|
|
# Copyright (C) 2007-2010 OpenWrt.org
|
2009-11-09 19:45:04 +08: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
|
2013-09-27 01:53:28 +08:00
|
|
|
CPU_TYPE:=603e
|
2012-05-05 19:43:21 +08:00
|
|
|
FEATURES:=squashfs targz
|
2010-10-27 21:46:00 +08:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2009-11-09 19:45:04 +08:00
|
|
|
|
2013-05-27 00:02:31 +08:00
|
|
|
LINUX_VERSION:=3.8.13
|
2009-11-09 19:45:04 +08: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
|
|
|
|
|
2013-06-28 03:58:31 +08:00
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
2009-11-09 19:45:04 +08:00
|
|
|
$(eval $(call BuildTarget))
|