mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-10-08 17:06:50 +00:00
Use Linux kernel version 6.12 by default for loongarch64 target. Signed-off-by: Weijie Gao <hackpascal@gmail.com> Link: https://github.com/openwrt/openwrt/pull/19980 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
23 lines
473 B
Makefile
23 lines
473 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2024 Weijie Gao <hackpascal@gmail.com>
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=loongarch64
|
|
BOARD:=loongarch64
|
|
BOARDNAME:=Loongson LoongArch
|
|
FEATURES:=audio display ext4 pcie boot-part rootfs-part rtc usb targz
|
|
SUBTARGETS:=generic
|
|
|
|
KERNEL_PATCHVER:=6.12
|
|
|
|
KERNELNAME:=vmlinuz.efi dtbs
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += \
|
|
partx-utils blkid e2fsprogs grub2-efi-loongarch64
|
|
|
|
$(eval $(call BuildTarget))
|