mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-12 23:20:15 +02:00
ramips: load the input drivers during preinit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27992 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ef3572bede
commit
b73e813a88
@ -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