[PATCH 0/2] Fix OpenWrt images in current U-boot

Robert Marko robert.marko at sartura.hr
Thu Mar 4 11:37:20 GMT 2021


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 at 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




More information about the openwrt-devel mailing list