Hello, while analyzing my logs of the building my oldie-goldie D-Link DIR620 revA I found:
/home/ice/external/openwrt_build/under_env/openwrt_22_series_for_dlink620/staging_dir/host/bin/padjffs2 /home/ice/external/openwrt_build/under_env/openwrt_22_series_for_dlink620/build_dir/target-mipsel_24kc_musl/linux-ramips_rt305x/tmp/openwrt-ramips-rt305x-dlink_dir-620-a1-squashfs-sysupgrade.bin 4 8 16 64 128 256
padding image to 0064f000
padding image to 00650000
padding image to 00660000
padding image to 00680000
It is strange for me as seems prepare_generic_squashfs macro is supposed to work
for some bcm routers only. Why do I see this? It doesn't actually harm my system and even no over space is used inside actual image. But my goal is to understand size of sysupgrade output. And , probably, a bit less RAM I would need during install.