Question on CONFIG_KERNEL_HTTP_WGET_URI

Hi,

I am trying to use CONFIG_KERNEL_HTTP_WGET_URI to get customized kernel from url.
After giving correct url I do not see this packet in dl folder after calling make V=sc download.
In log I do not see wget triggered to download from my URL
Build system still downloads default kernels. 5.10.10 and 5.4.111 in my case. But not 5.4.55 that is pointed by my URL.

Is there anything more that I must set ?
I tested similar KERNEL_GIT_CLONE_URI and this one seem to work fine. At least it does download kernel to dl folder.

Thank you