diff options
author | Jianhui Zhao <zhaojh329@gmail.com> | 2021-11-20 10:02:48 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-20 18:53:14 +0100 |
commit | 43b498f669c978c1a2004640ad6cabddc9e693ec (patch) | |
tree | 517bd65020f0a67e5d984691b1d7f849ecb8319e /config | |
parent | 6fcb4f4e0479dffa9132f9afc1e1ca245cc3bb38 (diff) | |
download | openwrt-43b498f669c978c1a2004640ad6cabddc9e693ec.tar.gz openwrt-43b498f669c978c1a2004640ad6cabddc9e693ec.tar.bz2 openwrt-43b498f669c978c1a2004640ad6cabddc9e693ec.zip |
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@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-kernel.in | 5 |
1 files changed, 0 insertions, 5 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 |