Skip to content
Snippets Groups Projects
Commit 28e45ce8 authored by John Crispin's avatar John Crispin
Browse files

kernel/gpio_keys: load module on pre-init


fix rescue mode on wdr4900

Signed-off-by: default avatarAlexander Couzens <lynxis@fe80.eu>

SVN-Revision: 48793
parent eea54160
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment