[openwrt/openwrt] kernel: iio: iio-core: update dependencies for 6.12
LEDE Commits
lede-commits at lists.infradead.org
Mon May 5 03:24:38 PDT 2025
jogo pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/3f7f6079fc1c2f812c5253364911b271257eb21e
commit 3f7f6079fc1c2f812c5253364911b271257eb21e
Author: Jonas Gorski <jonas.gorski at gmail.com>
AuthorDate: Sun May 4 16:40:11 2025 +0200
kernel: iio: iio-core: update dependencies for 6.12
With kernel 6.11 iio-core gained a dependency to DMA_SHARED_BUFFER,
so add the appropriate dependency.
Signed-off-by: Jonas Gorski <jonas.gorski at gmail.com>
---
package/kernel/linux/modules/iio.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/kernel/linux/modules/iio.mk b/package/kernel/linux/modules/iio.mk
index b82de58cdc..bd6a77f720 100644
--- a/package/kernel/linux/modules/iio.mk
+++ b/package/kernel/linux/modules/iio.mk
@@ -9,6 +9,7 @@ IIO_MENU:=Industrial I/O Modules
define KernelPackage/iio-core
SUBMENU:=$(IIO_MENU)
TITLE:=Industrial IO core
+ DEPENDS:=+!LINUX_6_6:kmod-dma-buf
KCONFIG:= \
CONFIG_IIO \
CONFIG_IIO_BUFFER=y \
More information about the lede-commits
mailing list