mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-13 10:24:51 +00:00
ramips: load the input drivers during preinit
SVN-Revision: 27992
This commit is contained in:
parent
a3c7e71ae1
commit
4ee4fc9725
@ -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 New Issue
Block a user