summaryrefslogtreecommitdiff
path: root/libre/linux-libre-lts/change-default-console-loglevel.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-13 10:20:20 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-13 12:23:51 +0100
commit4a2230863a0d51ce1d7ee851357a2fec6be19b6b (patch)
treef498b78af5bbfe05039267ff2508f090e1cb25ae /libre/linux-libre-lts/change-default-console-loglevel.patch
parent61f22b34316cf9e7627f7c6e71c1494008b66a18 (diff)
downloadabslibre-4a2230863a0d51ce1d7ee851357a2fec6be19b6b.tar.gz
abslibre-4a2230863a0d51ce1d7ee851357a2fec6be19b6b.tar.bz2
abslibre-4a2230863a0d51ce1d7ee851357a2fec6be19b6b.zip
libre/linux-libre-lts: updated to 4.14.18_gnu
Diffstat (limited to 'libre/linux-libre-lts/change-default-console-loglevel.patch')
-rw-r--r--libre/linux-libre-lts/change-default-console-loglevel.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/libre/linux-libre-lts/change-default-console-loglevel.patch b/libre/linux-libre-lts/change-default-console-loglevel.patch
deleted file mode 100644
index 11da2a9d8..000000000
--- a/libre/linux-libre-lts/change-default-console-loglevel.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- linux-3.16/include/linux/printk.h.old 2014-08-04 18:48:30.686043266 +0200
-+++ linux-3.16/include/linux/printk.h 2014-08-04 18:48:47.706218528 +0200
-@@ -37,7 +37,7 @@
- #define CONSOLE_LOGLEVEL_SILENT 0 /* Mum's the word */
- #define CONSOLE_LOGLEVEL_MIN 1 /* Minimum loglevel we let people use */
- #define CONSOLE_LOGLEVEL_QUIET 4 /* Shhh ..., when booted with "quiet" */
--#define CONSOLE_LOGLEVEL_DEFAULT 7 /* anything MORE serious than KERN_DEBUG */
-+#define CONSOLE_LOGLEVEL_DEFAULT 4 /* anything MORE serious than KERN_DEBUG */
- #define CONSOLE_LOGLEVEL_DEBUG 10 /* issue debug messages */
- #define CONSOLE_LOGLEVEL_MOTORMOUTH 15 /* You can't shut this one up */
-