projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
openssl: add fixes for CVE-2009-1387 and CVE-2009-2409 (thx, puchu)
[openwrt.git]
/
target
/
linux
/
adm5120
/
base-files
/
lib
/
preinit
/
05_enable_leds_adm5120
1
#!/bin/sh
2
3
enable_leds
() {
4
insmod input-core
5
insmod input-polldev
6
insmod gpio_buttons
7
insmod button-hotplug
8
}
9
10
boot_hook_add preinit_main enable_leds
11
12
This page took
0.043351 seconds
and
5
git commands to generate.