ramips: load the input drivers during preinit
SVN-Revision: 27992
This commit is contained in:
parent
a3c7e71ae1
commit
4ee4fc9725
1 changed files with 12 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue