mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-10 13:10:42 +00:00
10 lines
154 B
Bash
Executable File
10 lines
154 B
Bash
Executable File
#!/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
|
|
}
|
|
}
|