diff options
Diffstat (limited to 'target/linux/generic/hack-4.19/930-crashlog.patch')
-rw-r--r-- | target/linux/generic/hack-4.19/930-crashlog.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/hack-4.19/930-crashlog.patch b/target/linux/generic/hack-4.19/930-crashlog.patch index 0088b7a081..1562df44a4 100644 --- a/target/linux/generic/hack-4.19/930-crashlog.patch +++ b/target/linux/generic/hack-4.19/930-crashlog.patch @@ -280,7 +280,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> +module_init(crashlog_init_fs); --- a/kernel/module.c +++ b/kernel/module.c -@@ -256,6 +256,9 @@ static void mod_update_bounds(struct mod +@@ -251,6 +251,9 @@ static void mod_update_bounds(struct mod #ifdef CONFIG_KGDB_KDB struct list_head *kdb_modules = &modules; /* kdb needs the list of modules */ #endif /* CONFIG_KGDB_KDB */ |