diff options
| author | Linus Walleij | 2026-01-28 00:22:52 +0000 |
|---|---|---|
| committer | Linus Walleij | 2026-02-11 07:47:45 +0000 |
| commit | b82ef842c5617bdf73264353ca1ccbc66695cfdb (patch) | |
| tree | 07195ff33d87d64e93b9e0610063381acea910c8 | |
| parent | f034005f95efc7d7b6fe79f819067693fe3bf95d (diff) | |
| download | openwrt-b82ef842c5617bdf73264353ca1ccbc66695cfdb.tar.gz | |
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@kernel.org>
| -rw-r--r-- | target/linux/gemini/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |