diff options
author | Olliver Schinagl <oliver@schinagl.nl> | 2022-08-04 16:09:00 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-08-05 14:10:42 +0200 |
commit | 943905b0b6ee59fb7eaf3611960c0ec87ed61bbc (patch) | |
tree | c0160c2d16cdd9c8b9ba42051b1d17d7c657d151 /target/linux/realtek | |
parent | 31cca8f8d3f6218965812c46de35ba30c4ba83ab (diff) | |
download | upstream-943905b0b6ee59fb7eaf3611960c0ec87ed61bbc.tar.gz upstream-943905b0b6ee59fb7eaf3611960c0ec87ed61bbc.tar.bz2 upstream-943905b0b6ee59fb7eaf3611960c0ec87ed61bbc.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>
Diffstat (limited to 'target/linux/realtek')
-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 |