summaryrefslogtreecommitdiff
path: root/~emulatorman/linux-libre/change-default-console-loglevel.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-21 15:45:45 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-21 16:21:10 -0300
commitb16d50a21274437da1d49a6a146dc602242f97c8 (patch)
tree8f1ce6d2d04d6285cbd70a16ebac54274f93e31d /~emulatorman/linux-libre/change-default-console-loglevel.patch
parent8fea3ee0368ff4feb42c07b728efd1e70cf0fea4 (diff)
linux-libre: add some changes based on linux-armv7 to adapt for u-Boot usage
* rename vmlinuz-linux-libre to zImage * rename uImage-linux-libre-{armada-{370-smileplug,370-mirabox,xp-openblocks-ax3-4},dove-{d3plug,cubox}} to uImage * backup linux-libre-dtb and previous linux-libre armv7h changes to ~emulatorman for GRUB armv7h porting and avoid conflicts with another kernel installed
Diffstat (limited to '~emulatorman/linux-libre/change-default-console-loglevel.patch')
-rw-r--r--~emulatorman/linux-libre/change-default-console-loglevel.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/~emulatorman/linux-libre/change-default-console-loglevel.patch b/~emulatorman/linux-libre/change-default-console-loglevel.patch
new file mode 100644
index 000000000..11da2a9d8
--- /dev/null
+++ b/~emulatorman/linux-libre/change-default-console-loglevel.patch
@@ -0,0 +1,11 @@
+--- 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 */
+