From: John Crispin Date: Tue, 1 Mar 2016 08:14:51 +0000 (+0000) Subject: kernel/gpio_keys: load module on pre-init X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=572287bd3d4cbd925c570a0ca88555846ef02ac2;p=openwrt%2Fsvn-archive%2Farchive.git kernel/gpio_keys: load module on pre-init fix rescue mode on wdr4900 Signed-off-by: Alexander Couzens Backport of r48793 SVN-Revision: 48851 --- diff --git a/package/kernel/linux/modules/input.mk b/package/kernel/linux/modules/input.mk index 86ff33cb26..eed9aa2680 100644 --- 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