Zoltan HERPAI 0cf5605318 pistachio: switch to 6.18
Make 6.18 the default kernel.

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
2026-04-18 12:02:48 +02:00

26 lines
445 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.18
include $(INCLUDE_DIR)/target.mk
KERNELNAME:=vmlinux dtbs
DEFAULT_PACKAGES += \
kmod-gpio-button-hotplug \
uboot-envtools
$(eval $(call BuildTarget))