lede/target/linux/mvebu/Makefile

20 lines
466 B
Makefile
Raw Normal View History

2021-05-05 11:28:42 +08:00
# SPDX-License-Identifier: GPL-2.0-only
2017-09-06 19:19:45 +08:00
#
# Copyright (C) 2012-2015 OpenWrt.org
2021-05-05 11:28:42 +08:00
2017-09-06 19:19:45 +08:00
include $(TOPDIR)/rules.mk
BOARD:=mvebu
2018-04-08 22:59:26 +08:00
BOARDNAME:=Marvell EBU Armada
2022-09-13 19:25:12 +08:00
FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part legacy-sdcard targz
2018-04-08 22:59:26 +08:00
SUBTARGETS:=cortexa9 cortexa53 cortexa72
2017-09-06 19:19:45 +08:00
2021-06-21 15:56:24 +08:00
KERNEL_PATCHVER:=5.10
2022-09-13 19:25:12 +08:00
KERNEL_TESTING_PATCHVER:=5.15
2017-09-06 19:19:45 +08:00
include $(INCLUDE_DIR)/target.mk
2021-06-15 17:58:07 +08:00
DEFAULT_PACKAGES += uboot-envtools kmod-gpio-button-hotplug
2017-09-06 19:19:45 +08:00
$(eval $(call BuildTarget))