From: Linus Walleij Date: Wed, 28 Jan 2026 00:35:20 +0000 (+0100) Subject: ixp4xx: select the GPIO keys input package X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc8424ab89cd64d94637a0580c9c7723c7c50550;p=thirdparty%2Fopenwrt.git 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 --- 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))