summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/init.d/usb
blob: 43cdfd9a957b631fbee478b82a0944f546dc5965 (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 ] && {
		mount -o noatime -t usbfs none /proc/bus/usb
	}		
}