1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-19 10:58:59 +03:00
openwrt-xburst/package/base-files/files/etc/init.d/usb
nbd 8072d81b1c make usb init script executable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6203 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-25 17:42:07 +00:00

10 lines
140 B
Bash
Executable File

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