From bc8424ab89cd64d94637a0580c9c7723c7c50550 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Wed, 28 Jan 2026 01:35:20 +0100 Subject: [PATCH] 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 --- target/linux/ixp4xx/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/ixp4xx/Makefile b/target/linux/ixp4xx/Makefile index 05ae41f549c..a2b0d16f137 100644 --- a/target/linux/ixp4xx/Makefile +++ b/target/linux/ixp4xx/Makefile @@ -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))