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