From: Linus Walleij Date: Wed, 28 Jan 2026 00:22:52 +0000 (+0100) Subject: gemini: select the right GPIO input package X-Git-Tag: v25.12.0-rc5~72 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=b82ef842c5617bdf73264353ca1ccbc66695cfdb;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/target/linux/gemini/Makefile b/target/linux/gemini/Makefile index 03dde940528..1e5c4531d2d 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))