mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-12 14:30:05 +01:00
Allow selecting 6.12 as testing kernel on pistachio. Runtime-tested: - Creator Ci40 Marduk 02KZ/5+ Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
26 lines
474 B
Makefile
26 lines
474 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2017-2021 OpenWrt.org
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=mipsel
|
|
BOARD:=pistachio
|
|
BOARDNAME:=MIPS pistachio
|
|
FEATURES:=fpu usb usbgadget squashfs targz nand
|
|
CPU_TYPE:=24kc
|
|
CPU_SUBTYPE:=24kf
|
|
SUBTARGETS:=generic
|
|
|
|
KERNEL_PATCHVER:=6.6
|
|
KERNEL_TESTING_PATCHVER:=6.12
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
KERNELNAME:=vmlinux dtbs
|
|
|
|
DEFAULT_PACKAGES += \
|
|
kmod-gpio-button-hotplug \
|
|
uboot-envtools
|
|
|
|
$(eval $(call BuildTarget))
|