]> git.ipfire.org Git - thirdparty/openwrt.git/commit
tools/b43-tools: update to latest version, fix C23 build 18708/head
authorNick Hainke <vincent@systemli.org>
Sun, 4 May 2025 20:38:10 +0000 (22:38 +0200)
committerNick Hainke <vincent@systemli.org>
Mon, 5 May 2025 06:25:29 +0000 (08:25 +0200)
commitf8da45e25d9efcabbad65f1300de1bca7718b134
tree8721ec36bafc6b121b69df1bfec62e09b68efbbd
parentecc0f549c4f3e87cde134a259dd59e24db44a896
tools/b43-tools: update to latest version, fix C23 build

Update b43-tools to the latest upstream version to fix a
compilation error with C23:

  util.h:25:15: error: 'bool' cannot be defined via 'typedef'
     25 | typedef _Bool bool;
        |               ^~~~

Changelog:
c6fc53f replace custom bool typedef with <stdbool.h>
dadf30c fix format warning in compilation
2fe10ea b43-fwdump: Fix forwarding of arguments to disassembler

Link: https://github.com/openwrt/openwrt/pull/18708
Signed-off-by: Nick Hainke <vincent@systemli.org>
tools/b43-tools/Makefile