Build Lede 17.01 RC2

How to compile the firmware version 17.01 RC2 ?
I choose branch lede-17.01, but this 17.01-snapshot.

Answered in the thread
"Checkout a tagged release’s source code (like v17.01.0-rc1)"

git clone https://git.lede-project.org/source.git
cd source
git fetch --tags
git checkout v17.01.0-rc2

But if you are building just for yourself, you are usually better off by building from the release branch's head, as you get then also the latest post-rc fixes.

It works, thanks.