Sfoglia il codice sorgente

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 <[email protected]>
Linus Walleij 2 settimane fa
parent
commit
37b13b6ea6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      target/linux/gemini/Makefile

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