projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7cefd9
)
ixp4xx: select the GPIO keys input package
author
Linus Walleij
<linusw@kernel.org>
Wed, 28 Jan 2026 00:35:20 +0000
(
01:35
+0100)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/target/linux/ixp4xx/Makefile
b/target/linux/ixp4xx/Makefile
index 05ae41f549c8bdb7e1885ced552834af3aae22c4..a2b0d16f1377f7e36c0b214799babea0d6f97d82 100644
(file)
--- 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))