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.archive.openwrt.org/?a=commitdiff_plain;h=76b79b5635abd16bd466e7add3eaf98be9b7d1a3;p=15.05%2Fopenwrt.git kernel/gpio_keys: load module on pre-init fix rescue mode on wdr4900 Signed-off-by: Alexander Couzens Backport of r48793 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48851 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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