projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e6e5d7
)
kernel/gpio_keys: load module on pre-init
author
John Crispin
<john@openwrt.org>
Tue, 1 Mar 2016 08:14:51 +0000
(08:14 +0000)
committer
John Crispin
<john@openwrt.org>
Tue, 1 Mar 2016 08:14:51 +0000
(08:14 +0000)
fix rescue mode on wdr4900
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Backport of r48793
SVN-Revision: 48851
package/kernel/linux/modules/input.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/input.mk
b/package/kernel/linux/modules/input.mk
index 86ff33cb2612c17e123398b07c70ddc25493c9d5..eed9aa2680477f069722497deb1ebe48089dad6d 100644
(file)
--- a/
package/kernel/linux/modules/input.mk
+++ b/
package/kernel/linux/modules/input.mk
@@
-75,7
+75,7
@@
define KernelPackage/input-gpio-keys
CONFIG_KEYBOARD_GPIO \
CONFIG_INPUT_KEYBOARD=y
FILES:=$(LINUX_DIR)/drivers/input/keyboard/gpio_keys.ko
- AUTOLOAD:=$(call AutoProbe,gpio_keys)
+ AUTOLOAD:=$(call AutoProbe,gpio_keys
,1
)
endef
define KernelPackage/input-gpio-keys/description