summaryrefslogtreecommitdiff
path: root/libre/linux-libre-pck/change-default-console-loglevel.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-03-12 14:43:50 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-03-12 14:45:16 -0300
commite106ebe2baf861898b8685d127916118aa3aa96a (patch)
tree4318e7e21195c552de9927780db0334e73426c01 /libre/linux-libre-pck/change-default-console-loglevel.patch
parentdb0bc08ae9566512b520b69f0655d0c0f7a63554 (diff)
downloadabslibre-e106ebe2baf861898b8685d127916118aa3aa96a.tar.gz
abslibre-e106ebe2baf861898b8685d127916118aa3aa96a.tar.bz2
abslibre-e106ebe2baf861898b8685d127916118aa3aa96a.zip
linux-libre-pck-4.10.1_gnu.pck1-1: updating version
Diffstat (limited to 'libre/linux-libre-pck/change-default-console-loglevel.patch')
-rw-r--r--libre/linux-libre-pck/change-default-console-loglevel.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/libre/linux-libre-pck/change-default-console-loglevel.patch b/libre/linux-libre-pck/change-default-console-loglevel.patch
deleted file mode 100644
index 11da2a9d8..000000000
--- a/libre/linux-libre-pck/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 */
-