aboutsummaryrefslogtreecommitdiff
path: root/tools/mkimage/patches/095-tools-disable-TOOLS_FIT_FULL_CHECK.patch
Commit message (Collapse)AuthorAge
* Revert "tools/mkimage: update to v2024.04"Nick Hainke2024-04-06
| | | | | | | | | | | This reverts commit 8d934c11968de49ad17bc62366a88230e47b4f56. The update seems to be causing issues that need to be further explored [0]. Let's revert it. [0] - https://github.com/openwrt/openwrt/pull/15078 Signed-off-by: Nick Hainke <vincent@systemli.org>
* tools/mkimage: update to v2024.04Nick Hainke2024-04-06
| | | | | | | | | | Update to latest version. Refresh patches: - 030-allow-to-use-different-magic.patch - 095-tools-disable-TOOLS_FIT_FULL_CHECK.patch Signed-off-by: Nick Hainke <vincent@systemli.org>
* tools/mkimage: update to 2022.01Huangbin Zhan2022-03-01
- enable dot config - enable openwrt verbose - add bison as dependency to avoid failure ``` bison -oscripts/kconfig/zconf.tab.c -t -l scripts/kconfig/zconf.y bison: /builder/shared-workdir/build/staging_dir/host/share/bison/m4sugar/m4sugar.m4: cannot open: No such file or directory ``` Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>