projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de980e6
)
kernel: iio: iio-core: update dependencies for 6.12
author
Jonas Gorski
<jonas.gorski@gmail.com>
Sun, 4 May 2025 14:40:11 +0000
(16:40 +0200)
committer
Jonas Gorski
<jonas.gorski@gmail.com>
Mon, 5 May 2025 10:23:29 +0000
(12:23 +0200)
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@gmail.com>
package/kernel/linux/modules/iio.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/iio.mk
b/package/kernel/linux/modules/iio.mk
index b82de58cdc6bca32de3aeefa9cf7359d17bf22f7..bd6a77f720af632e7cc7d75e826a47e64f51b518 100644
(file)
--- 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 \