diff options
Diffstat (limited to 'linux/abuild')
| -rw-r--r-- | linux/abuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/linux/abuild b/linux/abuild index 3431825e..330fa226 100644 --- a/linux/abuild +++ b/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 |