mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-13 02:14:53 +00:00
55553a45f8
This patch configures kernel testing version for kirkwood target. Compile tested: all Run tested: Endian 4i Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
23 lines
403 B
Makefile
23 lines
403 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2009-2015 OpenWrt.org
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=kirkwood
|
|
BOARDNAME:=Marvell Kirkwood
|
|
FEATURES:=usb nand squashfs ramdisk
|
|
CPU_TYPE:=xscale
|
|
|
|
KERNEL_PATCHVER:=5.10
|
|
KERNEL_TESTING_PATCHVER:=5.15
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
KERNELNAME:=zImage dtbs
|
|
|
|
DEFAULT_PACKAGES += uboot-envtools kmod-usb2
|
|
|
|
$(eval $(call BuildTarget))
|