mirror of
https://github.com/Heleguo/lede.git
synced 2025-12-16 10:51:12 +00:00
25 lines
596 B
Makefile
25 lines
596 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
|
|
KERNEL_TESTING_PATCHVER:=6.6
|
|
|
|
KERNELNAME:=vmlinuz.efi dtbs
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += \
|
|
partx-utils blkid e2fsprogs grub2-efi-loongarch64 kmod-yt6801 \
|
|
kmod-fs-ext4 kmod-fs-f2fs losetup mkf2fs f2fsck e2fsprogs autocore-loongarch64
|
|
|
|
$(eval $(call BuildTarget))
|