2013-01-08 22:20:16 +00:00
|
|
|
#
|
2015-02-05 16:31:52 +00:00
|
|
|
# Copyright (C) 2012-2015 OpenWrt.org
|
2013-01-08 22:20:16 +00: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
|
2015-04-13 11:30:39 +00:00
|
|
|
BOARDNAME:=Marvell Armada 37x/38x/XP
|
2015-02-05 16:31:52 +00:00
|
|
|
FEATURES:=usb pci pcie gpio nand squashfs
|
2013-09-26 17:53:20 +00:00
|
|
|
CPU_TYPE:=cortex-a9
|
2013-09-26 22:43:06 +00:00
|
|
|
CPU_SUBTYPE:=vfpv3
|
2014-12-25 22:34:15 +00:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2013-01-08 22:20:16 +00:00
|
|
|
|
2016-05-20 12:36:51 +00:00
|
|
|
KERNEL_PATCHVER:=4.4
|
2013-01-08 22:20:16 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2014-10-05 20:17:19 +00:00
|
|
|
KERNELNAME:=zImage dtbs
|
2013-01-08 22:20:16 +00:00
|
|
|
|
2016-05-21 17:09:59 +00:00
|
|
|
DEFAULT_PACKAGES += uboot-envtools kmod-gpio-button-hotplug
|
2013-01-08 22:20:16 +00:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|