openwrtv3/package/base-files/files/etc/init.d/usb

10 lines
154 B
Text
Raw Normal View History

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=39
start() {
[ -d /proc/bus/usb ] && {
/bin/mount -t usbfs none /proc/bus/usb
}
}