Explorar el Código

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 hace 3 semanas
padre
commit
37b13b6ea6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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))