mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
use rc.common for usb init script
SVN-Revision: 6873
This commit is contained in:
parent
bf4023bae4
commit
d56750665c
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh /etc/rc.common
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2006 OpenWrt.org
|
||||||
#
|
|
||||||
START=39
|
START=39
|
||||||
start() {
|
start() {
|
||||||
[ -d /proc/bus/usb ] && {
|
[ -d /proc/bus/usb ] && {
|
||||||
|
Loading…
Reference in New Issue
Block a user