summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/build-linux-firmware.sh
AgeCommit message (Collapse)Author
2024-03-20chore: T671: remove unused scripts and references to themDaniil Baturin
2023-08-31T5529: Fix missing symbolic link in linux-firmware package.Jalen Lin
The original does not copy symbolic link. Fix the following problems. 1. Copy symbolic link to the target folder 2. Follow link to copy the original file. This is for some firmwares link to other place which not mention in modinfo. (such as brcm/brcmfmac43455-sdio.bin links to cypress/cyfmac43455-sdio.bin. The cypress folder and firmware does not mention in any module.)
2023-08-27T5512: linux-firmware: expand asterisk in modinfo firmware fieldsDate Huang
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
2022-09-06firmware: T4671: create missing symlinks defined in WHENCE fileinitramfs
2021-01-16Kernel: T3223: retrieve firmware information from Kernel module binary itselfChristian Poessinger
2020-09-12Revert "Kernel: T2843: upgrade Kernel to v5.8.5"Christian Poessinger
This reverts commit 78c43c2078e292ac9b53d2d6a41a47466d283914. Unfortunately we must revert the Kernel upgrade as there are two problematic issues. One which is the break of ABI functionality with parted [1] and second the internal cryptop API [2] which removed required literals for the build of Intel QAT acceleration. In the two weeks running 5.8 we still learned a lot - we experienced a performance improvement of ~30% when doing NAT @ > 10GBit/s and also utilizing the build in updated drivers for Intel NICs and WireGuard. We are looking forward to the release of this years LTS kernel and we hope to ship this in the final 1.3 release. 1: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.8.y&id=692d062655 2: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.5.y&id=d63007eb95
2020-09-03firmware: compress using gzip over xz for Pipeline stepsChristian Poessinger
2020-09-03Kernel: move to fpm build scriptChristian Poessinger
2020-07-26linux-firmware: T2594: upgrade firmware extraction scriptChristian Poessinger
The logic of generating the required firmware file name has been moved from build-linux-firmware.sh directly into list-required-firmware.py which makes much more sense. That move was made by Daniil Baturin - I only did the integration part. Thanks!
2020-06-24Jenkins: T2625: import Kernel PipelineChristian Poessinger
Imported from https://github.com/vyos/vyos-build-kernel commit 9e7c12b