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