use usb.sh to link target function

This commit is contained in:
carbon
2023-08-07 11:45:05 +08:00
parent 1fff7eadc9
commit 5dc56824c6
2 changed files with 3 additions and 2 deletions

View File

@ -19,8 +19,8 @@ case "$1" in
. $SYSTEMPATH/blink.sh & . $SYSTEMPATH/blink.sh &
fi fi
if [ -f $SYSTEMPATH/rndis.sh ]; then if [ -f $SYSTEMPATH/usb.sh ]; then
. $SYSTEMPATH/rndis.sh & . $SYSTEMPATH/usb.sh &
fi fi
if [ -f $USERDATAPATH/auto.sh ]; then if [ -f $USERDATAPATH/auto.sh ]; then

View File

@ -0,0 +1 @@
rndis.sh