projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
accidently commit and bad typo
[openwrt.git]
/
openwrt
/
target
/
default
/
target_skeleton
/
etc
/
init.d
/
S99done
1
#!/bin/sh
2
# automagically run firstboot
3
[
-z
"
$FAILSAFE
"
] && {
4
{
mount |
grep
jffs2
1
>&-; }
|| firstboot
5
}
6
# set leds to normal state
7
echo
"0x00"
> /
proc
/
sys
/
diag
This page took
0.048286 seconds
and
5
git commands to generate.