projects
/
openwrt
/
staging
/
linusw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f52f1a8
)
gemini: select the right GPIO input package
author
Linus Walleij
<linusw@kernel.org>
Wed, 28 Jan 2026 00:22:52 +0000
(
01:22
+0100)
committer
Linus Walleij
<linusw@kernel.org>
Thu, 29 Jan 2026 09:17:00 +0000
(10:17 +0100)
We don't want kmod-gpio-button-hotplug, we want the more
normal kmod-input-gpio-keys.
Link:
https://github.com/openwrt/openwrt/pull/21750
Signed-off-by: Linus Walleij <linusw@kernel.org>
target/linux/gemini/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/gemini/Makefile
b/target/linux/gemini/Makefile
index 03dde940528a08c24411fc4ef9f99460a177c197..1e5c4531d2d53139be906787955ed56b5c6a7da3 100644
(file)
--- a/
target/linux/gemini/Makefile
+++ b/
target/linux/gemini/Makefile
@@
-25,6
+25,6
@@
DEFAULT_PACKAGES += \
kmod-usb-fotg210 \
kmod-usb-ledtrig-usbport \
kmod-leds-gpio \
- kmod-
gpio-button-hotplug
+ kmod-
input-gpio-keys
$(eval $(call BuildTarget))