mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
09f6200198
Nothing special is needed here, just add KERNEL_TESTING_PATCHVER. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
21 lines
467 B
Makefile
21 lines
467 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2010-2011 OpenWrt.org
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
BOARD:=malta
|
|
BOARDNAME:=MIPS Malta CoreLV board (qemu)
|
|
SUBTARGETS:=le be le64 be64
|
|
INITRAMFS_EXTRA_FILES:=
|
|
FEATURES:=cpiogz ext4 ramdisk squashfs targz
|
|
|
|
KERNEL_PATCHVER:=5.10
|
|
KERNEL_TESTING_PATCHVER:=5.15
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += wpad-basic-wolfssl kmod-mac80211-hwsim kmod-pcnet32 mkf2fs e2fsprogs
|
|
|
|
$(eval $(call BuildTarget))
|