mirror of
https://github.com/openwrt/openwrt.git
synced 2026-04-19 22:59:02 +04:00
ixp4xx: select the GPIO keys input package
Several of these devices have GPIO key input but the kernel module isn't default installed. Select it by default for all of ixp4xx. Link: https://github.com/openwrt/openwrt/pull/21749 Signed-off-by: Linus Walleij <linusw@kernel.org>
This commit is contained in:
@@ -24,6 +24,7 @@ include $(INCLUDE_DIR)/target.mk
|
|||||||
DEFAULT_PACKAGES += fconfig \
|
DEFAULT_PACKAGES += fconfig \
|
||||||
kmod-crypto-hw-ixp4xx \
|
kmod-crypto-hw-ixp4xx \
|
||||||
kmod-usb-ledtrig-usbport \
|
kmod-usb-ledtrig-usbport \
|
||||||
kmod-leds-gpio
|
kmod-leds-gpio \
|
||||||
|
kmod-input-gpio-keys
|
||||||
|
|
||||||
$(eval $(call BuildTarget))
|
$(eval $(call BuildTarget))
|
||||||
|
|||||||
Reference in New Issue
Block a user