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:
9f6a7bf
)
kernel: kmod-industrialio-backend: Mark hidden
author
Hauke Mehrtens
<
[email protected]
>
Sun, 20 Jul 2025 16:38:49 +0000
(18:38 +0200)
committer
Hauke Mehrtens
<
[email protected]
>
Fri, 25 Jul 2025 23:11:20 +0000
(
01:11
+0200)
The Kernel config option CONFIG_IIO_BACKEND has no title and can not be
directly selected. Do the same for this kmod and make it hidden.
Link:
https://github.com/openwrt/openwrt/pull/19480
Signed-off-by: Hauke Mehrtens <
[email protected]
>
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 d3bc1686acc23b07951aa50ddbeb9994c1ae8632..99fe30b96ccc6b16e0ea71fbfd34e1103392ff7c 100644
(file)
--- a/
package/kernel/linux/modules/iio.mk
+++ b/
package/kernel/linux/modules/iio.mk
@@
-49,6
+49,7
@@
$(eval $(call KernelPackage,iio-kfifo-buf))
define KernelPackage/industrialio-backend
TITLE:=IIO Backend support
+ HIDDEN:=1
KCONFIG=CONFIG_IIO_BACKEND
FILES:=$(LINUX_DIR)/drivers/iio/industrialio-backend.ko
AUTOLOAD:=$(call AutoProbe,industrialio-backend)