2013-01-09 06:20:16 +08:00
|
|
|
#
|
2014-06-29 21:09:15 +08:00
|
|
|
# Copyright (C) 2012-2014 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
|
2014-06-29 21:09:15 +08:00
|
|
|
FEATURES:=targz 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
|
|
|
|
2014-10-25 03:34:02 +08:00
|
|
|
KERNEL_PATCHVER:=3.14
|
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))
|