projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix nonhotpluggable networks not being brought up. Closes #2781
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
init.d
/
done
1
#!/bin/sh /etc/rc.common
2
# Copyright (C) 2006 OpenWrt.org
3
4
START
=
95
5
boot
() {
6
[
-d
/
tmp
/
root
] && {
7
lock
/
tmp
/
.switch2jffs
8
firstboot switch2jffs
9
lock
-u
/
tmp
/
.switch2jffs
10
}
11
12
# set leds to normal state
13
.
/
etc
/
diag.sh
14
set_state
done
15
}
This page took
0.043305 seconds
and
5
git commands to generate.