[openwrt/openwrt] kernel: remove non-existent config symbols
LEDE Commits
lede-commits at lists.infradead.org
Sat Nov 20 12:08:47 PST 2021
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/43b498f669c978c1a2004640ad6cabddc9e693ec
commit 43b498f669c978c1a2004640ad6cabddc9e693ec
Author: Jianhui Zhao <zhaojh329 at gmail.com>
AuthorDate: Sat Nov 20 10:02:48 2021 +0000
kernel: remove non-existent config symbols
The crashlog patch as not ported to kernel 5.4.
Fixes: 4e0c54bc5bc8 ("kernel: add support for kernel 5.4")
Signed-off-by: Jianhui Zhao <zhaojh329 at gmail.com>
---
config/Config-kernel.in | 5 -----
target/linux/generic/config-5.10 | 1 -
target/linux/generic/config-5.4 | 1 -
3 files changed, 7 deletions(-)
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index 8ebe1b7070..07d65bc465 100644
--- a/config/Config-kernel.in
+++ b/config/Config-kernel.in
@@ -24,11 +24,6 @@ config KERNEL_PRINTK
bool "Enable support for printk"
default y
-config KERNEL_CRASHLOG
- bool "Crash logging"
- depends on !(arm || powerpc || sparc || TARGET_uml || i386 || x86_64)
- default y
-
config KERNEL_SWAP
bool "Support for paging of anonymous memory (swap)"
default y if !SMALL_FLASH
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
index 604d5e4e6c..4554dc22e3 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -992,7 +992,6 @@ CONFIG_CPU_SW_DOMAIN_PAN=y
# CONFIG_CRAMFS is not set
CONFIG_CRAMFS_BLOCKDEV=y
# CONFIG_CRAMFS_MTD is not set
-CONFIG_CRASHLOG=y
# CONFIG_CRASH_DUMP is not set
# CONFIG_CRC16 is not set
CONFIG_CRC32=y
diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4
index bf2b462529..f2422376db 100644
--- a/target/linux/generic/config-5.4
+++ b/target/linux/generic/config-5.4
@@ -935,7 +935,6 @@ CONFIG_CPU_SW_DOMAIN_PAN=y
# CONFIG_CRAMFS is not set
CONFIG_CRAMFS_BLOCKDEV=y
# CONFIG_CRAMFS_MTD is not set
-CONFIG_CRASHLOG=y
# CONFIG_CRASH_DUMP is not set
# CONFIG_CRC16 is not set
CONFIG_CRC32=y
More information about the lede-commits
mailing list