parent
0aec54a5b5
commit
78af4adbc5
1 changed files with 9 additions and 0 deletions
9
package/base-files/files/etc/init.d/usb
Normal file
9
package/base-files/files/etc/init.d/usb
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# Copyright (C) 2006 OpenWrt.org
|
||||||
|
#
|
||||||
|
START=39
|
||||||
|
start() {
|
||||||
|
[ -d /proc/bus/usb ] && {
|
||||||
|
/bin/mount -t usbfs none /proc/bus/usb
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue