projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] base-files: r22444 caused interfaces to remain down if the macaddr option...
[openwrt.git]
/
package
/
base-files
/
files
/
lib
/
firstboot
/
05_firstboot_skip
1
#!/bin/sh
2
3
check_skip
() {
4
if
[
"
$firsboot_skip_next
"
=
"true"
];
then
5
return
0
6
else
7
return
1
8
fi
9
}
10
This page took
0.041167 seconds
and
5
git commands to generate.