Skip to content
Snippets Groups Projects
Commit 0d09c728 authored by Arvid E. Picciani's avatar Arvid E. Picciani Committed by John Crispin
Browse files

ar71xx: Enable RB2011 TTY


Enables TTY on the Mikrotik RouterBoard RB2011*R*

Signed-off-by: default avatarArvid E. Picciani <aep@exys.org>
parent 9c3e2903
No related branches found
No related tags found
No related merge requests found
--- a/arch/mips/ath79/prom.c
+++ b/arch/mips/ath79/prom.c
@@ -136,6 +136,24 @@ void __init prom_init(void)
@@ -136,6 +136,25 @@ void __init prom_init(void)
initrd_end = initrd_start + fw_getenvl("initrd_size");
}
#endif
......@@ -19,6 +19,7 @@
+ strstr(arcs_cmdline, "board=953gs") ||
+ strstr(arcs_cmdline, "board=map-hb") ||
+ strstr(arcs_cmdline, "board=2011L") ||
+ strstr(arcs_cmdline, "board=2011r") ||
+ strstr(arcs_cmdline, "board=711Gr100") ||
+ strstr(arcs_cmdline, "board=922gs"))
+ ath79_prom_append_cmdline("console", "ttyS0,115200");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment