mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
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 943905b0b6
)
This commit is contained in:
parent
247ef07540
commit
ec8b5cf0e6
@ -49,7 +49,7 @@
|
|||||||
+ select SYS_SUPPORTS_MULTITHREADING
|
+ select SYS_SUPPORTS_MULTITHREADING
|
||||||
+
|
+
|
||||||
+config RTL930X
|
+config RTL930X
|
||||||
+ bool "Realtek RTL839X based platforms"
|
+ bool "Realtek RTL930X based platforms"
|
||||||
+ depends on RTL83XX
|
+ depends on RTL83XX
|
||||||
+ select MIPS_CPU_SCACHE
|
+ select MIPS_CPU_SCACHE
|
||||||
+ select CSRC_R4K
|
+ select CSRC_R4K
|
||||||
|
Loading…
Reference in New Issue
Block a user