2007-04-07 00:07:36 +08:00
|
|
|
#!/bin/sh /etc/rc.common
|
2007-01-22 02:11:27 +08:00
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
2007-04-07 00:07:36 +08:00
|
|
|
|
2007-01-22 02:11:27 +08:00
|
|
|
START=39
|
|
|
|
start() {
|
|
|
|
[ -d /proc/bus/usb ] && {
|
|
|
|
/bin/mount -t usbfs none /proc/bus/usb
|
|
|
|
}
|
|
|
|
}
|