[openwrt/openwrt] gemini: select the right GPIO input package
LEDE Commits
lede-commits at lists.infradead.org
Tue Feb 10 23:48:28 PST 2026
linusw pushed a commit to openwrt/openwrt.git, branch openwrt-25.12:
https://git.openwrt.org/b82ef842c5617bdf73264353ca1ccbc66695cfdb
commit b82ef842c5617bdf73264353ca1ccbc66695cfdb
Author: Linus Walleij <linusw at kernel.org>
AuthorDate: Wed Jan 28 01:22:52 2026 +0100
gemini: select the right GPIO input package
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
(cherry picked from commit 37b13b6ea65f64154d4e97d3cb677f31aebf5ec3)
Link: https://github.com/openwrt/openwrt/pull/21973
Signed-off-by: Linus Walleij <linusw at kernel.org>
---
target/linux/gemini/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/gemini/Makefile b/target/linux/gemini/Makefile
index 03dde94052..1e5c4531d2 100644
--- 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))
More information about the lede-commits
mailing list