<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/stintel/tools/b43-tools, branch master</title>
<subtitle>Staging tree of Stijn Tintel</subtitle>
<id>https://git.openwrt.org/openwrt/staging/stintel/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/stintel/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/'/>
<updated>2025-10-25T20:35:37Z</updated>
<entry>
<title>tools: b43-tools: Update to latest HEAD</title>
<updated>2025-10-25T20:35:37Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2025-10-25T15:09:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=3e6c3bf5a321480b0b512bb88b80ca6918308cae'/>
<id>urn:sha1:3e6c3bf5a321480b0b512bb88b80ca6918308cae</id>
<content type='text'>
Add the following changes:
```
12524df b43-asm: fix undefined behavior by using unsigned shift
fa9cb86 Merge pull request #9 from PolynomialDivision/unsinged-fix
5d592cb fwcutter: Fix compiler warning
b96318b dasm: Fix compiler warning
2270cee ssb_sprom: Fix _DEFAULT_SOURCE warning
4781cde ssb_sprom: Fix compiler warning
cce45e3 ssb_sprom: Update .gitignore
5ca416f disassembler: Update .gitignore
44673b6 Update .gitignore
0c8f8b6 assembler: Update .gitignore
1f5b63d fwcutter: Update .gitignore
35fe438 Add README.md
```

Link: https://github.com/openwrt/openwrt/pull/20542
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>tools/b43-tools: update to latest version, fix C23 build</title>
<updated>2025-05-05T06:25:29Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2025-05-04T20:38:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=f8da45e25d9efcabbad65f1300de1bca7718b134'/>
<id>urn:sha1:f8da45e25d9efcabbad65f1300de1bca7718b134</id>
<content type='text'>
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 &lt;stdbool.h&gt;
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 &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>treewide: update PKG_MIRROR_HASH to zst</title>
<updated>2024-04-06T09:24:18Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2024-03-25T09:03:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=b3c1c57a35a0974cf931c71f7279ec0e1fc0fa80'/>
<id>urn:sha1:b3c1c57a35a0974cf931c71f7279ec0e1fc0fa80</id>
<content type='text'>
When using zst instead of xz, the hash changes. This commit fixes the
hash for packages and tools in core.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>tools: b43-tools: fix compilation with GCC14</title>
<updated>2024-03-30T09:42:47Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-03-29T17:57:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=0c96d20bf9fba6d814efa88c6fb08a5df094103a'/>
<id>urn:sha1:0c96d20bf9fba6d814efa88c6fb08a5df094103a</id>
<content type='text'>
GCC14 no longer treats integer types and pointer types as equivalent in
assignments (including implied assignments of function arguments and return
values), and instead fails the compilation with a type error.

So, as a workaround lets disable the newly introduced error
-Werror=int-conversion and just make it print a warning to enable compiling
with GCC14 as Fedora 40 now defaults to it.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: use APK compatible version schema</title>
<updated>2024-03-22T21:14:22Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2024-03-17T17:43:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=e8725a932e16eaf6ec51add8c084d959cbe32ff2'/>
<id>urn:sha1:e8725a932e16eaf6ec51add8c084d959cbe32ff2</id>
<content type='text'>
Different from OPKG, APK uses a deterministic version schema which chips
the version into chunks and compares them individually. This enforces a
certain schema which was previously entirely flexible.

 - Releases are added at the very and end prefixed with an `r` like
`1.2.3-r3`.
- Hashes are prefixed with a `~` like `1.2.3~abc123`.
- Dates become semantic versions, like `2024.04.01`
- Extra tags are possible like `_git`, `_alpha` and more.

For full details see the APK test list:
https://gitlab.alpinelinux.org/alpine/apk-tools/-/blob/master/test/version.data

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>tools/b43-tools: update to latest git HEAD</title>
<updated>2023-01-14T01:36:02Z</updated>
<author>
<name>Linhui Liu</name>
</author>
<published>2023-01-12T10:31:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=7a5d37ef61820aa5ac0a001027a1f7b9f841061a'/>
<id>urn:sha1:7a5d37ef61820aa5ac0a001027a1f7b9f841061a</id>
<content type='text'>
2fe10ea b43-fwdump: Fix forwarding of arguments to disassembler

Signed-off-by: Linhui Liu &lt;liulinhui36@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools/b43-tools/b43-fwsquash: convert to Python 3 with 2-to-3</title>
<updated>2019-07-26T06:09:16Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2019-03-19T10:31:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=5989a75cc455e09b79fe6880ba6bae6f6332cd24'/>
<id>urn:sha1:5989a75cc455e09b79fe6880ba6bae6f6332cd24</id>
<content type='text'>
Let's convert the script to Python 3.

Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>b43-tools: update to latest git HEAD</title>
<updated>2018-06-18T18:29:38Z</updated>
<author>
<name>Krystian Kozak</name>
</author>
<published>2018-05-27T19:58:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=142477e75112f0c3a21d43a1b36922d46c67bd33'/>
<id>urn:sha1:142477e75112f0c3a21d43a1b36922d46c67bd33</id>
<content type='text'>
122ca37 Rename bits in hostflags to match new identifiers for the hostflags
32c2a3c Change order of identifiers to be ascending with the spr numbers
f7016b5 Remove definitions which are not Broadcom specific
b77c0a3 debug: Fix ordering of HF bits
3f46e61 fwcutter: Add firmware 9.10.178.27
27892ef fwcutter/make: Avoid _DEFAULT_SOURCE warning

Signed-off-by: Krystian Kozak &lt;krystian.kozak20@gmail.com&gt;
</content>
</entry>
<entry>
<title>b43-tools: fix tarball hash</title>
<updated>2016-12-22T16:02:42Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-12-22T15:54:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=18300db77a70665c193b188fbd53a6d9e4dbcc1d'/>
<id>urn:sha1:18300db77a70665c193b188fbd53a6d9e4dbcc1d</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>treewide: clean up and unify PKG_VERSION for git based downloads</title>
<updated>2016-12-22T15:42:21Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-12-21T21:25:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=c7c1cf5618b6ca983c20510814b762eeab4937e5'/>
<id>urn:sha1:c7c1cf5618b6ca983c20510814b762eeab4937e5</id>
<content type='text'>
Also use default defintions for PKG_SOURCE_SUBDIR, PKG_SOURCE

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
</feed>
