aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/init.d/usb
blob: 7b443b651efd33c3fc72e938379696220388d0f3 (plain)
1
2
3
4
5
6
7
8
9
#!/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
	}		
}