000a20ee96
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39047
13 lines
188 B
Bash
Executable File
13 lines
188 B
Bash
Executable File
#!/bin/sh /etc/rc.common
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
|
|
START=20
|
|
USE_PROCD=1
|
|
|
|
start_service()
|
|
{
|
|
procd_open_instance
|
|
procd_set_param command "/sbin/usbmode" -s
|
|
procd_close_instance
|
|
}
|