kernel: move mv88e6xxx fix to generic backports
[openwrt/openwrt.git] / target / linux / d1 / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2024 Toco Technologies <info@toco.ae>
4 #
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=riscv64
8 BOARD:=d1
9 BOARDNAME:=AllWinner D1 RISC-V SoC
10 FEATURES:=ext4 squashfs
11 KERNELNAME:=Image dtbs
12 SUBTARGETS:=generic
13
14 KERNEL_PATCHVER:=6.1
15
16 include $(INCLUDE_DIR)/target.mk
17
18 define Target/Description
19 Build firmware images for Allwinner D1 RISC-V boards
20 endef
21
22 $(eval $(call BuildTarget))