1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00

ramips: load the input drivers during preinit

SVN-Revision: 27992
This commit is contained in:
Gabor Juhos 2011-08-15 14:11:47 +00:00
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