openwrtv4/package/base-files/files/etc/init.d/usb
Felix Fietkau e2c94324e7 make usb init script executable
SVN-Revision: 6203
2007-01-25 17:42:07 +00:00

9 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
}
}