U-boot will reject the nodes with @ for the address since commit: https://gitlab.denx.de/u-boot/u-boot/-/commit/79af75f7776fc20b0d7eb6afe1e27c00fdb4b9b4
This in turn will cause the failure to boot with OpenWrt generated images. So, to rectify that simply replace @ with -. Robert Marko (2): scripts: mktish.sh: replace @ with - in nodes build: use config-1 instead of config@1 as default include/image-commands.mk | 2 +- include/image.mk | 2 +- scripts/mkits.sh | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) -- 2.29.2 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel