openwrt/target/linux/d1/Makefile
Zoltan HERPAI cf0e398ea8 d1: enable 6.18 testing kernel
The d1 target now supports 6.18 kernel as testing.

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
2026-04-16 00:04:04 +02:00

26 lines
510 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 usbgadget
KERNELNAME:=Image dtbs
SUBTARGETS:=generic
KERNEL_PATCHVER:=6.12
KERNEL_TESTING_PATCHVER:=6.18
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += e2fsprogs f2fsck mkf2fs
define Target/Description
Build firmware images for Allwinner D1 RISC-V boards
endef
$(eval $(call BuildTarget))