2013-01-09 06:20:16 +08:00
|
|
|
#
|
2015-02-06 00:31:52 +08:00
|
|
|
# Copyright (C) 2012-2015 OpenWrt.org
|
2013-01-09 06:20:16 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=mvebu
|
2013-02-12 18:18:53 +08:00
|
|
|
BOARDNAME:=Marvell Armada XP/370
|
2015-02-06 00:31:52 +08:00
|
|
|
FEATURES:=usb pci pcie gpio nand squashfs
|
2013-09-27 01:53:20 +08:00
|
|
|
CPU_TYPE:=cortex-a9
|
2013-09-27 06:43:06 +08:00
|
|
|
CPU_SUBTYPE:=vfpv3
|
2014-12-26 06:34:15 +08:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2013-01-09 06:20:16 +08:00
|
|
|
|
2015-01-09 20:36:07 +08:00
|
|
|
KERNEL_PATCHVER:=3.18
|
2013-01-09 06:20:16 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2014-10-06 04:17:19 +08:00
|
|
|
KERNELNAME:=zImage dtbs
|
2013-01-09 06:20:16 +08:00
|
|
|
|
2014-06-29 21:06:48 +08:00
|
|
|
DEFAULT_PACKAGES += uboot-envtools
|
2013-01-09 06:20:16 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|