kernel: Split kmod-video-dma into two kmods
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 1 Jun 2024 10:46:49 +0000 (12:46 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 2 Jun 2024 15:38:23 +0000 (17:38 +0200)
commit8647ce080037e5e71571292574c6770190212dd3
tree88430fad660fe603278f46def7fcc5d305e49e1d
parent37ff0ea7269271feffaa5bd3042a551b1d735c57
kernel: Split kmod-video-dma into two kmods

Split the kmod-video-dma into kmod-video-dma-sg and
kmod-video-dma-contig. The old one contained two kmods, but sometimes
only one of them is build which caused problems. The configuration
options are not manually selectable in the kernel and hidden in OpenWrt.

Currently this causes build failures on some targets.

Fixes: 4d7cbe0a5590 ("kernel: video-dma: explicitly state packaged modules")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/kernel/linux/modules/video.mk
target/linux/bcm27xx/modules/video.mk