]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
kernel: modules: Fix RTL8366RB title
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 2 Apr 2025 21:10:39 +0000 (23:10 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
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/20250402-fix-rtl8366rb-title-v1-1-d3ced57a0e9c@linaro.org/
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
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 \