On Tue, Feb 11, 2020 at 8:20 PM Hauke Mehrtens <[email protected]> wrote: > > This option has now a different dependency and can be activated, set a > default value. > > Fixes: 20b5a4ca01ca ("kernel: bump 4.19 to 4.19.101")
Tested-by: Alexandru Ardelean <[email protected]> [ both x86 4.14 & 4.19 ] > Signed-off-by: Hauke Mehrtens <[email protected]> > --- > target/linux/x86/config-4.14 | 1 + > target/linux/x86/config-4.19 | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/target/linux/x86/config-4.14 b/target/linux/x86/config-4.14 > index 18b7de832f..8d358aacac 100644 > --- a/target/linux/x86/config-4.14 > +++ b/target/linux/x86/config-4.14 > @@ -469,6 +469,7 @@ CONFIG_X86_CMPXCHG64=y > # CONFIG_X86_CPUFREQ_NFORCE2 is not set > # CONFIG_X86_CPUID is not set > # CONFIG_X86_DEBUG_FPU is not set > +# CONFIG_X86_DECODER_SELFTEST is not set > # CONFIG_X86_EXTENDED_PLATFORM is not set > CONFIG_X86_F00F_BUG=y > CONFIG_X86_FAST_FEATURE_TESTS=y > diff --git a/target/linux/x86/config-4.19 b/target/linux/x86/config-4.19 > index ecfaf45d90..afc8d6af57 100644 > --- a/target/linux/x86/config-4.19 > +++ b/target/linux/x86/config-4.19 > @@ -453,6 +453,7 @@ CONFIG_X86_CMPXCHG64=y > # CONFIG_X86_CPUFREQ_NFORCE2 is not set > # CONFIG_X86_CPUID is not set > # CONFIG_X86_DEBUG_FPU is not set > +# CONFIG_X86_DECODER_SELFTEST is not set > # CONFIG_X86_EXTENDED_PLATFORM is not set > CONFIG_X86_F00F_BUG=y > CONFIG_X86_FEATURE_NAMES=y > -- > 2.17.1 > > > _______________________________________________ > openwrt-devel mailing list > [email protected] > https://lists.openwrt.org/mailman/listinfo/openwrt-devel _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
