From f9b12222582d05103c3cb0c4374d003b35b4e3dd Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Wed, 2 Apr 2025 23:10:39 +0200 Subject: [PATCH] kernel: modules: Fix RTL8366RB title The title of the RTL8366RB was wrong, probably a pure copy/paste bug by me. Signed-off-by: Linus Walleij --- package/kernel/linux/modules/netdevices.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules/netdevices.mk index 47192410f..3c4f586c1 100644 --- a/package/kernel/linux/modules/netdevices.mk +++ b/package/kernel/linux/modules/netdevices.mk @@ -588,7 +588,7 @@ $(eval $(call KernelPackage,dsa-realtek)) define KernelPackage/dsa-rtl8366rb SUBMENU:=$(NETWORK_DEVICES_MENU) - TITLE:=Realtek RTL8365MB switch DSA support + TITLE:=Realtek RTL8366RB switch DSA support DEPENDS:=+kmod-dsa-realtek @!TARGET_x86 @!TARGET_bcm47xx @!TARGET_uml KCONFIG:= \ CONFIG_NET_DSA_REALTEK_RTL8366RB \