kernel: move mv88e6xxx fix to generic backports
[openwrt/openwrt.git] / target / linux / starfive / 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:=starfive
9 BOARDNAME:=StarFive JH71x0 (7100/7110)
10 FEATURES:=ext4
11 KERNELNAME:=Image dtbs
12
13 KERNEL_PATCHVER:=6.1
14
15 include $(INCLUDE_DIR)/target.mk
16
17 define Target/Description
18 Build firmware images for the StarFive JH71x0-based boards
19 endef
20
21 $(eval $(call BuildTarget))