Files
openwrt-R7800-nss/tools
Nick Hainke f8da45e25d 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>
2025-05-05 08:25:29 +02:00
..
2025-04-17 16:29:18 +02:00
2025-03-27 21:44:57 +01:00
2025-05-03 22:25:20 +02:00
2025-04-16 13:52:33 +02:00
2025-05-02 14:59:47 +02:00
2025-04-21 23:55:59 +02:00
2025-04-22 13:20:05 +02:00