mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 03:06:35 +00:00
e78a0cf3ce
Allow selecting 6.6 as testing kernel on d1. Runtime-tested: Nezha D1 Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
24 lines
453 B
Makefile
24 lines
453 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2024 Toco Technologies <info@toco.ae>
|
|
#
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=riscv64
|
|
BOARD:=d1
|
|
BOARDNAME:=AllWinner D1 RISC-V SoC
|
|
FEATURES:=ext4 squashfs
|
|
KERNELNAME:=Image dtbs
|
|
SUBTARGETS:=generic
|
|
|
|
KERNEL_PATCHVER:=6.1
|
|
KERNEL_TESTING_PATCHVER:=6.6
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
define Target/Description
|
|
Build firmware images for Allwinner D1 RISC-V boards
|
|
endef
|
|
|
|
$(eval $(call BuildTarget))
|