projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4072db
)
kernel: Add of_touchscreen.ko to kmod-input-touchscreen-ads7846
author
Hauke Mehrtens
<
[email protected]
>
Fri, 31 Jan 2020 12:47:29 +0000
(13:47 +0100)
committer
Koen Vandeputte
<
[email protected]
>
Fri, 28 Feb 2020 16:50:46 +0000
(17:50 +0100)
kmod-input-touchscreen-ads7846 depends on of_touchscreen.ko since
kernel 5.4.
Signed-off-by: Hauke Mehrtens <
[email protected]
>
package/kernel/linux/modules/input.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/input.mk
b/package/kernel/linux/modules/input.mk
index 8c5eaf554977628aae98280f06d6917fb1eaaed6..0f6e4d507bd11af9f6615275be804f00dcd884b6 100644
(file)
--- a/
package/kernel/linux/modules/input.mk
+++ b/
package/kernel/linux/modules/input.mk
@@
-181,7
+181,8
@@
define KernelPackage/input-touchscreen-ads7846
CONFIG_INPUT_TOUCHSCREEN=y \
CONFIG_TOUCHSCREEN_PROPERTIES=y \
CONFIG_TOUCHSCREEN_ADS7846
- FILES:=$(LINUX_DIR)/drivers/input/touchscreen/ads7846.ko
+ FILES:=$(LINUX_DIR)/drivers/input/touchscreen/ads7846.ko \
+ $(LINUX_DIR)/drivers/input/touchscreen/
[email protected]
AUTOLOAD:=$(call AutoProbe,ads7846)
endef