diff options
author | Nick Hainke <vincent@systemli.org> | 2023-05-04 22:47:27 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-12 13:02:44 +0200 |
commit | 047361dee44cab2b2355f7b7859fd688f6483cbc (patch) | |
tree | c025ae837defcf9cd9afd3d11a1b2930ac5fe9f6 /config | |
parent | d798617d4aded6b922764bd5fea8651e12206afe (diff) | |
download | openwrt-047361dee44cab2b2355f7b7859fd688f6483cbc.tar.gz openwrt-047361dee44cab2b2355f7b7859fd688f6483cbc.tar.bz2 openwrt-047361dee44cab2b2355f7b7859fd688f6483cbc.zip |
treewide: cleanup kernel symbol references
We only use 5.15 kernel. So remove all those unnecessary symbols
referencing 5.10 or 5.15 kernel.
Can be found with:
git grep -E 'LINUX_5_1(0|5)'
Note that we remove the dependency from "sound-soc-chipdip-dac" instead
of removing the complete kernel package. The 5.15 version bump forgot to
delete the "@LINUX_5_10" dependency. The kernel package is still needed
in 5.15 kernel.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-kernel.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 979a44660d..3a2189d63a 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -1107,7 +1107,6 @@ config KERNEL_PAGE_POOL config KERNEL_PAGE_POOL_STATS bool "Page pool stats support" depends on KERNEL_PAGE_POOL - depends on !LINUX_5_10 # # NFS related symbols |