2009-11-09 11:45:04 +00:00
|
|
|
#
|
2014-06-24 18:14:09 +00:00
|
|
|
# Copyright (C) 2007-2014 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
|
2013-09-26 17:53:28 +00:00
|
|
|
CPU_TYPE:=603e
|
2012-05-05 11:43:21 +00:00
|
|
|
FEATURES:=squashfs targz
|
2010-10-27 13:46:00 +00:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2009-11-09 11:45:04 +00:00
|
|
|
|
2014-10-24 19:34:02 +00:00
|
|
|
KERNEL_PATCHVER:=3.8
|
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
|
|
|
|
|
2014-10-05 20:17:19 +00:00
|
|
|
KERNELNAME:=uImage dtbImage.rb600 dtbImage.rb333
|
2013-06-27 19:58:31 +00:00
|
|
|
|
2009-11-09 11:45:04 +00:00
|
|
|
$(eval $(call BuildTarget))
|