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:
Linus Walleij
2026-01-28 01:35:20 +01:00
parent a7cefd9a5c
commit bc8424ab89

View File

@@ -24,6 +24,7 @@ include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += fconfig \
kmod-crypto-hw-ixp4xx \
kmod-usb-ledtrig-usbport \
kmod-leds-gpio
kmod-leds-gpio \
kmod-input-gpio-keys
$(eval $(call BuildTarget))