mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-31 16:03:09 +01:00
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 Signed-off-by: Linus Walleij <linusw@kernel.org>
This commit is contained in:
parent
f52f1a85d1
commit
37b13b6ea6
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue