summaryrefslogtreecommitdiff
path: root/target/mips/mikrotik-rb532/patches/3.15-rc8/rb532-serial.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-10 20:59:03 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-10 20:59:22 +0200
commit0b9f665205c36306f5433de78df3aebf08b53082 (patch)
tree63351b914665dbfedabf8379e952e80c4d59cf1c /target/mips/mikrotik-rb532/patches/3.15-rc8/rb532-serial.patch
parent8c22e3f5cd0880af766fc88fa79d718caebd1d7c (diff)
update to 3.15, rb532 pci patch no longer required
Diffstat (limited to 'target/mips/mikrotik-rb532/patches/3.15-rc8/rb532-serial.patch')
-rw-r--r--target/mips/mikrotik-rb532/patches/3.15-rc8/rb532-serial.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/mips/mikrotik-rb532/patches/3.15-rc8/rb532-serial.patch b/target/mips/mikrotik-rb532/patches/3.15-rc8/rb532-serial.patch
new file mode 100644
index 000000000..6c6951895
--- /dev/null
+++ b/target/mips/mikrotik-rb532/patches/3.15-rc8/rb532-serial.patch
@@ -0,0 +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-20 10:30:52.000000000 +0200
+@@ -2686,9 +2686,10 @@
+
+ /*
+ * If the port is used as a console, unregister it
+- */
++ * DISABLE: breaks serial console on rb532
+ if (uart_console(uport))
+ unregister_console(uport->cons);
++ */
+
+ /*
+ * Free the port IO and memory resources, if any.