diff options
| author | ohnoes_ohnoes <ohnoes_ohnoes@noreply.codeberg.org> | 2026-05-23 17:38:26 -0300 |
|---|---|---|
| committer | ohnoes_ohnoes <ohnoes_ohnoes@noreply.codeberg.org> | 2026-05-23 17:38:26 -0300 |
| commit | f498757145fdb8c0f90af0d3bc39d347dd307ae5 (patch) | |
| tree | 670c29b43b3983166064b5e43af9a384bd86c9f6 /repos/extra/linux/abuild | |
| parent | 054236d7ef0398d83118cd1f031581f7ec9953d5 (diff) | |
| parent | c6e05105528b47a952d5367d5326a349608e456e (diff) | |
| download | alicelinux-f498757145fdb8c0f90af0d3bc39d347dd307ae5.tar.gz alicelinux-f498757145fdb8c0f90af0d3bc39d347dd307ae5.zip | |
Merge branch 'main' into newsraft
This also adds 'comunity' repo
Diffstat (limited to 'repos/extra/linux/abuild')
| -rw-r--r-- | repos/extra/linux/abuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/repos/extra/linux/abuild b/repos/extra/linux/abuild index 3431825e..330fa226 100644 --- a/repos/extra/linux/abuild +++ b/repos/extra/linux/abuild @@ -1,11 +1,9 @@ name=linux -version=6.18.18 +version=6.18.30 release=1 -source="https://cdn.kernel.org/pub/$name/kernel/v6.x/$name-$version.tar.xz +source="https://cdn.kernel.org/pub/$name/kernel/v${version%%.*}.x/$name-$version.tar.xz dotconfig - andes_export_filldir_readdir.patch - fix-musl-btf-ids.patch - fix-musl-objtool.patch fixdep-largefile.patch" + andes_export_filldir_readdir.patch" build() { make mrproper |