mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-22 10:01:03 +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…
x
Reference in New Issue
Block a user