e2c94324e7
SVN-Revision: 6203
10 lines
140 B
Bash
Executable File
10 lines
140 B
Bash
Executable File
#!/bin/sh
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
#
|
|
START=39
|
|
start() {
|
|
[ -d /proc/bus/usb ] && {
|
|
/bin/mount -t usbfs none /proc/bus/usb
|
|
}
|
|
}
|