treewide: cleanup kernel symbol references
authorNick Hainke <vincent@systemli.org>
Thu, 4 May 2023 20:47:27 +0000 (22:47 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Fri, 12 May 2023 11:02:44 +0000 (13:02 +0200)
commit047361dee44cab2b2355f7b7859fd688f6483cbc
treec025ae837defcf9cd9afd3d11a1b2930ac5fe9f6
parentd798617d4aded6b922764bd5fea8651e12206afe
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>
14 files changed:
config/Config-kernel.in
package/kernel/linux/modules/crypto.mk
package/kernel/linux/modules/fs.mk
package/kernel/linux/modules/input.mk
package/kernel/linux/modules/leds.mk
package/kernel/linux/modules/netdevices.mk
package/kernel/linux/modules/netsupport.mk
package/kernel/linux/modules/other.mk
package/kernel/linux/modules/usb.mk
package/kernel/linux/modules/video.mk
target/linux/bcm27xx/modules/other.mk
target/linux/bcm27xx/modules/sound.mk
target/linux/pistachio/image/Makefile
target/linux/x86/modules.mk