Sfoglia il codice sorgente

kernel/gpio_keys: load module on pre-init

fix rescue mode on wdr4900

Signed-off-by: Alexander Couzens <[email protected]>

SVN-Revision: 48793
John Crispin 9 anni fa
parent
commit
28e45ce886
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      package/kernel/linux/modules/input.mk

+ 1 - 1
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