mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-06 21:29:28 -05:00
9
package/base-files/files/etc/init.d/usb
Normal file
9
package/base-files/files/etc/init.d/usb
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
#
|
||||
START=39
|
||||
start() {
|
||||
[ -d /proc/bus/usb ] && {
|
||||
/bin/mount -t usbfs none /proc/bus/usb
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user