mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
801c67b4e0
With an initial set of patches and configs in place let's start testing with kernel 6.1. Run-tested on the cortexa9 subtarget (WRT1900ACS, Turris Omnia) Tested-by: Etienne Champetier <champetier.etienne@gmail.com> Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
20 lines
465 B
Makefile
20 lines
465 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2012-2015 OpenWrt.org
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
BOARD:=mvebu
|
|
BOARDNAME:=Marvell EBU Armada
|
|
FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part legacy-sdcard targz
|
|
SUBTARGETS:=cortexa9 cortexa53 cortexa72
|
|
|
|
KERNEL_PATCHVER:=5.15
|
|
KERNEL_TESTING_PATCHVER:=6.1
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += uboot-envtools kmod-gpio-button-hotplug
|
|
|
|
$(eval $(call BuildTarget))
|