1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-07 07:47:30 +02:00
openwrt-xburst/package/base-files/files/etc/init.d/usb

10 lines
140 B
Plaintext
Raw Normal View History

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