mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-07 05:29:42 +02:00
8072d81b1c
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6203 3c298f89-4303-0410-b956-a3cf2f4a3e73
10 lines
140 B
Bash
Executable File
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
|
|
}
|
|
}
|