projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use MiBSD ksh if installed (#1470)
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
init.d
/
usb
1
#!/bin/sh
2
# Copyright (C) 2006 OpenWrt.org
3
#
4
START
=
39
5
start
() {
6
[
-d
/
proc
/
bus
/
usb
] && {
7
/
bin
/
mount
-t
usbfs none
/
proc
/
bus
/
usb
8
}
9
}
This page took
0.046688 seconds
and
5
git commands to generate.