]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
gemini: select the right GPIO input package 21973/head
authorLinus Walleij <linusw@kernel.org>
Wed, 28 Jan 2026 00:22:52 +0000 (01:22 +0100)
committerLinus Walleij <linusw@kernel.org>
Wed, 11 Feb 2026 07:47:45 +0000 (08:47 +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
(cherry picked from commit 37b13b6ea65f64154d4e97d3cb677f31aebf5ec3)
Link: https://github.com/openwrt/openwrt/pull/21973
Signed-off-by: Linus Walleij <linusw@kernel.org>
target/linux/gemini/Makefile

index 03dde940528a08c24411fc4ef9f99460a177c197..1e5c4531d2d53139be906787955ed56b5c6a7da3 100644 (file)
@@ -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))