[qmi/lte] fix parameter shifting
This commit is contained in:
parent
eceb4d9054
commit
2174a54f1a
1 changed files with 0 additions and 2 deletions
|
@ -8,7 +8,6 @@ if [ $# -ne 1 ]; then
|
|||
fi
|
||||
|
||||
my_ip=$1; shift
|
||||
interface=$1; shift
|
||||
|
||||
cat <<EOF | ssh -t "root@${my_ip}"
|
||||
set -x
|
||||
|
@ -21,7 +20,6 @@ opkg install libustream-openssl ca-bundle ca-certificates
|
|||
opkg install kmod-usb-net-qmi-wwan uqmi luci-proto-qmi
|
||||
|
||||
|
||||
|
||||
# opkg install usb-modeswitch kmod-mii kmod-usb-net
|
||||
|
||||
# Create interface
|
||||
|
|
Loading…
Reference in a new issue