1
0
Fork 0
forked from mirror/openwrt
openwrt/package/boot/uboot-tools
Robert Marko ffaaae4320 uboot-tools: remove uneeded syncconfig
During envtools conversion to the generic uboot-tools package, a syncconfig
call was added to the configure step which was previously not there.

We received multiple spourious reports that now envtools were failing to
build [1], but it was not reproducible.

However, it seems that this could easily be reproduced on MacOS 15 and
somehow that syncconfig call is breaking build by Makefile.autoconf not
being executed and thus no "include/config.h" is generated.

So, since this call was not previously there and U-Boot will actually do
syncconfig on its own when needed lets drop it.

[1] 293d5f1366 (commitcomment-154347516)

Link: https://github.com/openwrt/openwrt/pull/18515
Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-04-18 13:22:12 +02:00
..
patches uboot-tools: add fit-check-sign package 2025-03-30 16:47:37 +01:00
uboot-envtools/files mediatek: add support for Mercusys MR80X v3 2025-04-12 23:50:27 +02:00
Makefile uboot-tools: remove uneeded syncconfig 2025-04-18 13:22:12 +02:00