mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 08:03:20 +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