diff options
| author | Olliver Schinagl | 2022-08-04 14:09:00 +0000 |
|---|---|---|
| committer | Christian Lamparter | 2022-08-05 12:10:42 +0000 |
| commit | 943905b0b6ee59fb7eaf3611960c0ec87ed61bbc (patch) | |
| tree | c0160c2d16cdd9c8b9ba42051b1d17d7c657d151 | |
| parent | 31cca8f8d3f6218965812c46de35ba30c4ba83ab (diff) | |
| download | openwrt-943905b0b6ee59fb7eaf3611960c0ec87ed61bbc.tar.gz | |
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>
| -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 |