diff options
author | Olliver Schinagl <oliver@schinagl.nl> | 2022-08-04 16:09:00 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-08-06 22:25:39 +0200 |
commit | ec8b5cf0e6a858938f409f4bad138a95a1de78e5 (patch) | |
tree | ef028e8e6faca690ef45acfdae73cec54c7f0677 | |
parent | 247ef0754086c9f0fb684f50a4178aacd5b7648a (diff) | |
download | upstream-ec8b5cf0e6a858938f409f4bad138a95a1de78e5.tar.gz upstream-ec8b5cf0e6a858938f409f4bad138a95a1de78e5.tar.bz2 upstream-ec8b5cf0e6a858938f409f4bad138a95a1de78e5.zip |
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@schinagl.nl>
(slightly changed commit subject)
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
(cherry picked from commit 943905b0b6ee59fb7eaf3611960c0ec87ed61bbc)
-rw-r--r-- | target/linux/realtek/patches-5.10/300-mips-add-rtl838x-platform.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |