diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-07 14:21:10 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-09-02 16:29:23 +0200 |
commit | 6362a04725b859ac306e54359b14ea2612af28db (patch) | |
tree | dfa47aa0d42c3cde0f810133206da4bf36de8e66 /config/Config-kernel.in | |
parent | 95acc4fe0e31ae91d485635c021d259e06785b5d (diff) | |
download | upstream-6362a04725b859ac306e54359b14ea2612af28db.tar.gz upstream-6362a04725b859ac306e54359b14ea2612af28db.tar.bz2 upstream-6362a04725b859ac306e54359b14ea2612af28db.zip |
kernel: remove obsolete kernel version switches for 4.14
This removes switches dependent on kernel version 4.14 as well as
several packages/modules selected only for that version.
This also removes sched-cake-virtual, which is not required anymore
now that we have only one variant of cake.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'config/Config-kernel.in')
-rw-r--r-- | config/Config-kernel.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 4eaaa4afae..492c762678 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -44,7 +44,7 @@ config KERNEL_DEBUG_FS write to these files. Many common debugging facilities, such as ftrace, require the existence of debugfs. -# remove KERNEL_MIPS_FPU_EMULATOR after kernel 4.14 and 4.14 are gone +# remove KERNEL_MIPS_FPU_EMULATOR after kernel 4.19 is gone config KERNEL_MIPS_FPU_EMULATOR bool "Compile the kernel with MIPS FPU Emulator" default y if TARGET_pistachio |