mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-04-22 11:41:50 +02:00
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>
29 lines
524 B
Makefile
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))
|