]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
gemini: select the right GPIO input package
authorLinus Walleij <linusw@kernel.org>
Wed, 28 Jan 2026 00:22:52 +0000 (01:22 +0100)
committerLinus 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

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))