[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Atheros firmware support
From: |
Ludovic Courtès |
Subject: |
Re: Atheros firmware support |
Date: |
Wed, 12 Nov 2014 14:00:37 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Andreas Enge <address@hidden> skribis:
> On Wed, Nov 12, 2014 at 10:59:47AM +0100, Ludovic Courtès wrote:
>> Commit 1306b0b fixes a miscompilation of the ath9k-htc-firmware package
>> (I had overlooked the fact that the upstream source patches Binutils and
>> GCC to get things done.)
>
> This is a bit frightening:
> $ git diff 1306b0b003a557105d3b27e44052db217c7283d3^
> 1306b0b003a557105d3b27e44052db217c7283d3 | wc -l
> 29177
Yeah. The patches come from the firmware’s source code repo:
https://github.com/qca/open-ath9k-htc-firmware/tree/master/local/patches
Normally, one would run ‘make toolchain’ in the firmware’s source tree,
which would build a patched tool chain. But here, we build the tool
chain ourselves, so we need to import these patches.
We can only hope that Qualcomm will get those patches upstream.
Ludo’.