]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ixp4xx: select the GPIO keys input package
authorLinus Walleij <linusw@kernel.org>
Wed, 28 Jan 2026 00:35:20 +0000 (01:35 +0100)
committerLinus Walleij <linusw@kernel.org>
Wed, 28 Jan 2026 17:59:47 +0000 (18:59 +0100)
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>
target/linux/ixp4xx/Makefile

index 05ae41f549c8bdb7e1885ced552834af3aae22c4..a2b0d16f1377f7e36c0b214799babea0d6f97d82 100644 (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))