[openwrt/openwrt] generic: fix typo in swconfig driver patch

LEDE Commits lede-commits at lists.infradead.org
Sun Sep 14 04:14:50 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/e74cd41744df015e770ed533d0be8e5b1f03765e

commit e74cd41744df015e770ed533d0be8e5b1f03765e
Author: Chukun Pan <amadeus at jmu.edu.cn>
AuthorDate: Wed Aug 6 22:08:20 2025 +0800

    generic: fix typo in swconfig driver patch
    
    Fix typo in CONFIG_RTL8367B_PHY description.
    
    Signed-off-by: Chukun Pan <amadeus at jmu.edu.cn>
    Link: https://github.com/openwrt/openwrt/pull/20040
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/generic/hack-6.12/700-swconfig_switch_drivers.patch | 2 +-
 target/linux/generic/hack-6.6/700-swconfig_switch_drivers.patch  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 <nbd at nbd.name>
 +	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 <nbd at nbd.name>
 +	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




More information about the lede-commits mailing list