summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij2025-04-02 21:10:39 +0000
committerLinus Walleij2025-04-10 07:33:22 +0000
commit3edb06546bcae3ad243e5efe15a13c32d948282c (patch)
treeb347366776197a7f9b03674e55528052f4aa6cff
parenteec11fbbb6eb70cfcae27ac6c055d2c1bd5d20d9 (diff)
downloadopenwrt-3edb06546bcae3ad243e5efe15a13c32d948282c.tar.gz
kernel: modules: Fix RTL8366RB title
The title of the RTL8366RB was wrong, probably a pure copy/paste bug by me. Link: http://patchwork.ozlabs.org/project/openwrt/patch/20250402-fix-rtl8366rb-title-v1-1-d3ced57a0e9c@linaro.org/ Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--package/kernel/linux/modules/netdevices.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules/netdevices.mk
index d96108fdd4..5ad21ae628 100644
--- a/package/kernel/linux/modules/netdevices.mk
+++ b/package/kernel/linux/modules/netdevices.mk
@@ -658,7 +658,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 \