diff options
| author | Emmett1 <me@emmett1.my> | 2026-05-23 12:20:06 +0000 |
|---|---|---|
| committer | Emmett1 <me@emmett1.my> | 2026-05-23 12:20:06 +0000 |
| commit | 7679ff6e684ad0762ec669c10c849b6322c14e8c (patch) | |
| tree | 49dd41b0183c1c5805c27daed98b6917d3daf4cf /repos/extra/linux/abuild | |
| parent | 53766510b947febdc0dd32f9a418cd08430c43d7 (diff) | |
| download | alicelinux-7679ff6e684ad0762ec669c10c849b6322c14e8c.tar.gz alicelinux-7679ff6e684ad0762ec669c10c849b6322c14e8c.zip | |
linux: updated to 6.18.30
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 |