projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ramips: add input drivers to the default package list
[openwrt.git]
/
target
/
linux
/
cns21xx
/
base-files
/
lib
/
preinit
/
05_cns21xx_load_button_drivers
1
#
2
# Copyright (C) 2010 OpenWrt.org
3
#
4
5
preinit_load_button_drivers() {
6
insmod input-core
7
insmod gpio_keys
8
insmod button-hotplug
9
}
10
11
boot_hook_add preinit_main preinit_load_button_drivers
This page took
0.054299 seconds
and
5
git commands to generate.