Commit 5dc56824 authored by carbon's avatar carbon

use usb.sh to link target function

parent 1fff7ead
......@@ -19,8 +19,8 @@ case "$1" in
. $SYSTEMPATH/blink.sh &
fi
if [ -f $SYSTEMPATH/rndis.sh ]; then
. $SYSTEMPATH/rndis.sh &
if [ -f $SYSTEMPATH/usb.sh ]; then
. $SYSTEMPATH/usb.sh &
fi
if [ -f $USERDATAPATH/auto.sh ]; then
......
rndis.sh
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment