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