projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
package/base-files: add support for the switch LED trigger
[openwrt.git]
/
package
/
base-files
/
files
/
lib
/
preinit
/
60_init_hotplug
1
#!/bin/sh
2
# Copyright (C) 2006 OpenWrt.org
3
# Copyright (C) 2010 Vertical Communications
4
5
init_hotplug
() {
6
echo
"
$HOTPLUG
"
> /
proc
/
sys
/
kernel
/
hotplug
7
}
8
9
boot_hook_add preinit_main init_hotplug
10
This page took
0.051145 seconds
and
5
git commands to generate.