Warning while building - MT7621 Device

Hi everyone,

While building for my ER605v2 I get a warning:

 make[3] -C target/linux install
 make[2] package/index
WARNING: Applying padding in /home/klingon/Documents/ER605v2/openwrt/bin/targets/ramips/mt7621/packages/Packages to workaround usign SHA-512 bug!
 make[2] json_overview_image_info
 make[2] checksum

The build works fine after all, and the firmware is usable and working fine.
Any idea/clue about how to solve the warning?

Many thanks for your help!!!

fix the usign SHA-512 bug ?

The build process is working as intended, that workaround is part of it.

2 Likes

Thanks @Borromini for your help and explanation.