[openwrt/lte] add note which interface to use
This commit is contained in:
parent
9a7470d94a
commit
f89a6a3dbb
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
||||||
if [ $# -ne 2 ]; then
|
if [ $# -ne 2 ]; then
|
||||||
echo "$0 ip-address interface"
|
echo "$0 ip-address interface"
|
||||||
echo " ip-address: where to find the OpenWRT device"
|
echo " ip-address: where to find the OpenWRT device"
|
||||||
echo " interface: which interface (eth3 for instance) is the LTE device"
|
echo " interface: which interface is the LTE device"
|
||||||
|
echo " Usually eth1 on VIIRB, eth3 on PIB"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue