immortalwrt/target/linux/mvebu/Makefile

23 lines
550 B
Makefile
Raw Normal View History

2017-09-06 19:19:45 +08:00
#
# Copyright (C) 2012-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
BOARD:=mvebu
2018-04-08 22:59:26 +08:00
BOARDNAME:=Marvell EBU Armada
FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part
2018-04-08 22:59:26 +08:00
SUBTARGETS:=cortexa9 cortexa53 cortexa72
2017-09-06 19:19:45 +08:00
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
KERNEL_PATCHVER:=4.19
2017-09-06 19:19:45 +08:00
include $(INCLUDE_DIR)/target.mk
2020-11-13 19:46:58 +08:00
DEFAULT_PACKAGES += uboot-envtools kmod-gpio-button-hotplug \
autocore-arm
2017-09-06 19:19:45 +08:00
$(eval $(call BuildTarget))