diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-08-05 09:20:15 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-08-05 09:20:15 +0000 |
| commit | 525e9d0b82d5022a240424cf13fcd49fcfe7c432 (patch) | |
| tree | bcf9136c8df3e44ca91dc4a41b4d0954dff323e6 /repos/extra/linux/abuild | |
| parent | 4972cffbeafd38dbd5c282b31bb153f071ee274c (diff) | |
| download | alicelinux-525e9d0b82d5022a240424cf13fcd49fcfe7c432.tar.gz alicelinux-525e9d0b82d5022a240424cf13fcd49fcfe7c432.zip | |
linux: updated to 6.12.41
Diffstat (limited to 'repos/extra/linux/abuild')
| -rw-r--r-- | repos/extra/linux/abuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/repos/extra/linux/abuild b/repos/extra/linux/abuild index 085515ea..38946bd7 100644 --- a/repos/extra/linux/abuild +++ b/repos/extra/linux/abuild @@ -1,9 +1,11 @@ name=linux -version=6.12.31 +version=6.12.41 release=1 source="https://cdn.kernel.org/pub/$name/kernel/v6.x/$name-$version.tar.xz dotconfig - andes_export_filldir_readdir.patch" + andes_export_filldir_readdir.patch + fix-musl-btf-ids.patch + fix-musl-objtool.patch fixdep-largefile.patch" build() { make mrproper |