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
/
05_mount_skip
1
#!/bin/sh
2
3
# Copyright (C) 2006 OpenWrt.org
4
# Copyright (C) 2010 Vertical Communications
5
6
check_skip
() {
7
if
[
"
$pi_mount_skip_next
"
=
"true"
];
then
8
return
0
9
else
10
return
1
11
fi
12
}
13
This page took
0.046004 seconds
and
5
git commands to generate.