summaryrefslogtreecommitdiff
path: root/kernels
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-04-04 21:47:42 -0300
committerDavid P <megver83@parabola.nu>2018-04-04 21:47:42 -0300
commitf42ad1f4aeea18d134e9676dc6807300d3b782c0 (patch)
treed853caf0d9cab965848dc1192d5f823189ceb84a /kernels
parentff3384a1fb886c083d992e40405fb8e184e22438 (diff)
downloadabslibre-f42ad1f4aeea18d134e9676dc6807300d3b782c0.tar.gz
abslibre-f42ad1f4aeea18d134e9676dc6807300d3b782c0.tar.bz2
abslibre-f42ad1f4aeea18d134e9676dc6807300d3b782c0.zip
upgpkg: kernels/linux-libre-rt 4.14.29_gnu.rt25-1
And set all kernels to CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="linux-libre.fsfla.org" and CONFIG_DEFAULT_HOSTNAME="(none)"
Diffstat (limited to 'kernels')
-rw-r--r--kernels/linux-libre-rt/change-default-console-loglevel.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/kernels/linux-libre-rt/change-default-console-loglevel.patch b/kernels/linux-libre-rt/change-default-console-loglevel.patch
deleted file mode 100644
index 11da2a9d8..000000000
--- a/kernels/linux-libre-rt/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 */
-