kernel: modules: Fix RTL8366RB title
authorLinus Walleij <[email protected]>
Wed, 2 Apr 2025 21:10:39 +0000 (23:10 +0200)
committerLinus Walleij <[email protected]>
Thu, 10 Apr 2025 07:33:22 +0000 (09:33 +0200)
The title of the RTL8366RB was wrong, probably a pure
copy/paste bug by me.

Link: http://patchwork.ozlabs.org/project/openwrt/patch/[email protected]/
Signed-off-by: Linus Walleij <[email protected]>
package/kernel/linux/modules/netdevices.mk

index d96108fdd4b37373dab4490ee61bedf2a1cafc2f..5ad21ae6284054821503a8dbf8b120083e56db04 100644 (file)
@@ -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 \