From: Chukun Pan Date: Wed, 6 Aug 2025 14:08:20 +0000 (+0800) Subject: generic: fix typo in swconfig driver patch X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e74cd41744df015e770ed533d0be8e5b1f03765e;p=openwrt%2Fopenwrt.git generic: fix typo in swconfig driver patch Fix typo in CONFIG_RTL8367B_PHY description. Signed-off-by: Chukun Pan Link: https://github.com/openwrt/openwrt/pull/20040 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/generic/hack-6.12/700-swconfig_switch_drivers.patch b/target/linux/generic/hack-6.12/700-swconfig_switch_drivers.patch index 9b1f53af3e..ff235dd252 100644 --- a/target/linux/generic/hack-6.12/700-swconfig_switch_drivers.patch +++ b/target/linux/generic/hack-6.12/700-swconfig_switch_drivers.patch @@ -85,7 +85,7 @@ Signed-off-by: Felix Fietkau + select SWCONFIG + +config RTL8367B_PHY -+ tristate "Driver fot the Realtek RTL8367R-VB switch" ++ tristate "Driver for the Realtek RTL8367R-VB switch" + select SWCONFIG + +endif # RTL8366_SMI diff --git a/target/linux/generic/hack-6.6/700-swconfig_switch_drivers.patch b/target/linux/generic/hack-6.6/700-swconfig_switch_drivers.patch index 59cc16cb75..2154e1f468 100644 --- a/target/linux/generic/hack-6.6/700-swconfig_switch_drivers.patch +++ b/target/linux/generic/hack-6.6/700-swconfig_switch_drivers.patch @@ -85,7 +85,7 @@ Signed-off-by: Felix Fietkau + select SWCONFIG + +config RTL8367B_PHY -+ tristate "Driver fot the Realtek RTL8367R-VB switch" ++ tristate "Driver for the Realtek RTL8367R-VB switch" + select SWCONFIG + +endif # RTL8366_SMI