diff options
| author | Chukun Pan | 2025-08-06 14:08:20 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-09-14 11:13:39 +0000 |
| commit | e74cd41744df015e770ed533d0be8e5b1f03765e (patch) | |
| tree | 849a4af7cb02307222a5750b2d2cf1ddee1976fe | |
| parent | 3a0581adc850063f2cc68f501ce75f059c63f9a8 (diff) | |
| download | openwrt-e74cd41744df015e770ed533d0be8e5b1f03765e.tar.gz | |
generic: fix typo in swconfig driver patch
Fix typo in CONFIG_RTL8367B_PHY description.
Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Link: https://github.com/openwrt/openwrt/pull/20040
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/generic/hack-6.12/700-swconfig_switch_drivers.patch | 2 | ||||
| -rw-r--r-- | 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@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@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 |