Checkout to 17.01.2 release in Build system

Hi,
Can you help me with building Lede ImageBuilder 17.01.2 in BuildSystem, like in downloads page.
My steps in BuildSystem:

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

cp feeds.conf.default feeds.conf
./scripts/feeds update -a
make defconfig
make menuconfig
  Target System --->  x86
  Subtarget  ---> x86_64
  [*] Build the LEDE Image Builder 
  [*]   Include package repositories

  <Save>

make -j1 V=s

After compilation in binary directory i have

lede-imagebuilder-x86-64.Linux-x86_64.tar.xz

but i need

lede-imagebuilder-17.01.2-x86-64.Linux-x86_64.tar.xz

and in my image-builder archive, in repositories.conf file i not have list of repositories

## Remote package repositories

section.


If i add repositories in repositories.conf file from hand,

## Remote package repositories
src/gz reboot_core http://downloads.lede-project.org/releases/17.01.2/targets/x86/64/packages
src/gz reboot_base http://downloads.lede-project.org/releases/17.01.2/packages/x86_64/base
src/gz reboot_luci http://downloads.lede-project.org/releases/17.01.2/packages/x86_64/luci
src/gz reboot_packages http://downloads.lede-project.org/releases/17.01.2/packages/x86_64/packages
src/gz reboot_routing http://downloads.lede-project.org/releases/17.01.2/packages/x86_64/routing
src/gz reboot_telephony http://downloads.lede-project.org/releases/17.01.2/packages/x86_64/telephony

but the kernel modules from the repository have an excellent version from the kernel itself.

Perhaps I missed an important step in BuildSystem configuring, but I did not find a solution on the forum and in the documentation that would solve my problem.
Thanks for the help