[openwrt/openwrt] realtek: Fix typo in Kconfig prompt
LEDE Commits
lede-commits at lists.infradead.org
Fri Aug 5 05:11:25 PDT 2022
chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/943905b0b6ee59fb7eaf3611960c0ec87ed61bbc
commit 943905b0b6ee59fb7eaf3611960c0ec87ed61bbc
Author: Olliver Schinagl <oliver at schinagl.nl>
AuthorDate: Thu Aug 4 16:09:00 2022 +0200
realtek: Fix typo in Kconfig prompt
As the symbol RTL930x shows, the bool enables the RTL930x platform, not
the RTL839x one.
Signed-off-by: Olliver Schinagl <oliver at schinagl.nl>
(slightly changed commit subject)
Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
---
target/linux/realtek/patches-5.10/300-mips-add-rtl838x-platform.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/realtek/patches-5.10/300-mips-add-rtl838x-platform.patch b/target/linux/realtek/patches-5.10/300-mips-add-rtl838x-platform.patch
index 8292c82ef1..373bcff421 100644
--- a/target/linux/realtek/patches-5.10/300-mips-add-rtl838x-platform.patch
+++ b/target/linux/realtek/patches-5.10/300-mips-add-rtl838x-platform.patch
@@ -49,7 +49,7 @@
+ select SYS_SUPPORTS_MULTITHREADING
+
+config RTL930X
-+ bool "Realtek RTL839X based platforms"
++ bool "Realtek RTL930X based platforms"
+ depends on RTL83XX
+ select MIPS_CPU_SCACHE
+ select CSRC_R4K
More information about the lede-commits
mailing list