diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-21 12:56:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-21 13:10:34 +0200 |
commit | f246609e02f8fae496aba616aa139ee6e4bcc167 (patch) | |
tree | c790dc46d8b65af7f4be9b08aaf395eecb41372c /target/mips | |
parent | 0eba2f695a5d4046b2383bd830856a6ca05e2bd4 (diff) |
remove for now, need better fix later
Diffstat (limited to 'target/mips')
-rw-r--r-- | target/mips/mikrotik-rb532/patches/3.15-rc5/rb532-serial.patch | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/target/mips/mikrotik-rb532/patches/3.15-rc5/rb532-serial.patch b/target/mips/mikrotik-rb532/patches/3.15-rc5/rb532-serial.patch index 1d3c0d624..6c6951895 100644 --- a/target/mips/mikrotik-rb532/patches/3.15-rc5/rb532-serial.patch +++ b/target/mips/mikrotik-rb532/patches/3.15-rc5/rb532-serial.patch @@ -1,16 +1,15 @@ diff -Nur linux-3.15-rc5.orig/drivers/tty/serial/serial_core.c linux-3.15-rc5/drivers/tty/serial/serial_core.c --- linux-3.15-rc5.orig/drivers/tty/serial/serial_core.c 2014-05-09 22:10:52.000000000 +0200 -+++ linux-3.15-rc5/drivers/tty/serial/serial_core.c 2014-05-16 10:33:53.000000000 +0200 -@@ -2685,12 +2685,6 @@ - } ++++ linux-3.15-rc5/drivers/tty/serial/serial_core.c 2014-05-20 10:30:52.000000000 +0200 +@@ -2686,9 +2686,10 @@ /* -- * If the port is used as a console, unregister it + * If the port is used as a console, unregister it - */ -- if (uart_console(uport)) -- unregister_console(uport->cons); -- -- /* ++ * DISABLE: breaks serial console on rb532 + if (uart_console(uport)) + unregister_console(uport->cons); ++ */ + + /* * Free the port IO and memory resources, if any. - */ - if (uport->type != PORT_UNKNOWN) |