kirkwood: set testing kernel version to 5.15
[openwrt/staging/mkresin.git] / target / linux / kirkwood / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2009-2015 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=arm
8 BOARD:=kirkwood
9 BOARDNAME:=Marvell Kirkwood
10 FEATURES:=usb nand squashfs ramdisk
11 CPU_TYPE:=xscale
12
13 KERNEL_PATCHVER:=5.10
14 KERNEL_TESTING_PATCHVER:=5.15
15
16 include $(INCLUDE_DIR)/target.mk
17
18 KERNELNAME:=zImage dtbs
19
20 DEFAULT_PACKAGES += uboot-envtools kmod-usb2
21
22 $(eval $(call BuildTarget))