summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/init.d/usb
blob: 78f1c0d6a53cb6dbbe2328c404315f03c6a53428 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# Copyright (C) 2006 OpenWrt.org 
#
START=39
start() {
	[ -d /proc/bus/usb ] && {
		/bin/mount -t usbfs none /proc/bus/usb
	}		
}