Change build distribution feeds

Ciao!

How are you?

Do you know how to change the default distribution feeds?
I would like to change it because the firmware uses the lede urls. I tried many times, I can do it with a hack, but it means that I have to build over and over to get the urls.

Is there a make menuconfig or something to change it in the firmware I build with also building with the image-builder that I built it?

Thanks,
Patrik

The URLs are built relative to $(VERSION_REPO) which is dervived from CONFIG_VERSION_REPO with a hardcoded fallback to http://downloads.lede-project.org/...

In menuconfig that is [*] Image configuration => [*] Version configuration options => (...) Release repository

Thanks so much! I had to use sed and change everything by hand...