diff options
author | Felix Fietkau <nbd@nbd.name> | 2020-10-24 21:14:16 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2021-02-16 20:06:51 +0100 |
commit | b10d6044599d8c1fa7fbb2374bcbf30118d39db1 (patch) | |
tree | 3fc84f92c14dfa7178487b71e1b8d63c2b688439 /target/linux/generic/config-filter | |
parent | 299b8554183791b325e393c880d32360d7d72f73 (diff) |
kernel: add linux 5.10 support
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/generic/config-filter')
-rw-r--r-- | target/linux/generic/config-filter | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/generic/config-filter b/target/linux/generic/config-filter index 0d53ed9c3c..7d634b56cf 100644 --- a/target/linux/generic/config-filter +++ b/target/linux/generic/config-filter @@ -1,7 +1,11 @@ -# CONFIG_ARCH_(ENABLE|HAS|HAVE|INLINE|SUPPORTS|USE|WANT)_.* is not set +# CONFIG_ARM64_AS_.* is not set +# CONFIG_ARM64_CONT_.*_SHIFT is not set +# CONFIG_ARCH_(ENABLE|HAS|HAVE|INLINE|SUPPORTS|USE|WANT|STACKWALK)_.* is not set # CONFIG_AS_.* is not set # CONFIG_CC_(CAN|HAS|IS|VERSION)_.* is not set # CONFIG_LD_.* is not set # CONFIG_GCC_VERSION is not set # CONFIG_INLINE_.* is not set # CONFIG_HAVE_(?!(ARCH_TIMER|TCM|SMP)).* is not set +# CONFIG_SET_FS is not set +# CONFIG_TASKS_.* is not set |