Jonas Jelonek 36b740d1b5 realtek: switch to 6.18
Make 6.18 the default kernel version now after the testing phase showed
no big issues.

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22869
Signed-off-by: Nick Hainke <vincent@systemli.org>
2026-04-11 20:59:10 +02:00

29 lines
524 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
include $(TOPDIR)/rules.mk
ARCH:=mips
BOARD:=realtek
BOARDNAME:=Realtek MIPS
DEVICE_TYPE:=basic
FEATURES:=ramdisk squashfs
SUBTARGETS:=rtl838x rtl839x rtl930x rtl930x_nand rtl931x rtl931x_nand
KERNEL_PATCHVER:=6.18
define Target/Description
Build firmware images for Realtek RTL83xx/RTL93xx based boards.
endef
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \
ethtool \
firewall4 \
kmod-gpio-button-hotplug \
odhcp6c \
uboot-envtools \
$(eval $(call BuildTarget))