ramips: load the input drivers during preinit

SVN-Revision: 27992
lede-17.01
Gabor Juhos 2011-08-15 14:11:47 +00:00
parent a3c7e71ae1
commit 4ee4fc9725
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#
# Copyright (C) 2011 OpenWrt.org
#
preinit_ramips_load_input_drivers() {
insmod input-core
insmod input-polldev
insmod gpio_buttons
insmod button-hotplug
}
boot_hook_add preinit_main preinit_ramips_load_input_drivers