Skip to content

Commit d4344b0

Browse files
committed
linux6.18: update to 6.18.29.
1 parent 53cf85b commit d4344b0

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

srcpkgs/linux6.18/files/arm64-dotconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/arm64 6.18.28 Kernel Configuration
3+
# Linux/arm64 6.18.29 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="aarch64-linux-musl-gcc (GCC) 14.2.1 20250405"
66
CONFIG_CC_IS_GCC=y

srcpkgs/linux6.18/files/i386-dotconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/i386 6.18.28 Kernel Configuration
3+
# Linux/i386 6.18.29 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.1 20250405"
66
CONFIG_CC_IS_GCC=y

srcpkgs/linux6.18/files/x86_64-dotconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86_64 6.18.28 Kernel Configuration
3+
# Linux/x86_64 6.18.29 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="gcc (GCC) 14.2.1 20250405"
66
CONFIG_CC_IS_GCC=y

srcpkgs/linux6.18/template

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'linux6.18'
22
pkgname=linux6.18
3-
version=6.18.28
3+
version=6.18.29
44
revision=1
55
short_desc="Linux kernel and modules (${version%.*} series)"
66
maintainer="Duncaen <duncaen@voidlinux.org>"
@@ -18,7 +18,7 @@ rc*) distfiles="https://git.kernel.org/torvalds/t/linux-${version%.*}-${version#
1818
esac
1919

2020
checksum="9106a4605da9e31ff17659d958782b815f9591ab308d03b0ee21aad6c7dced4b
21-
335094a107cfee7c546a036f724c95a251745802cdab3b503c5cf878c7ee5539"
21+
603e69e34d7d6b8e9a8fb87d9f41cce12ab0cc289c6e0c9fc6883f98832f6258"
2222

2323
python_version=3
2424

@@ -125,6 +125,7 @@ do_build() {
125125
riscv64*) _args="Image modules dtbs"; arch=riscv;;
126126
esac
127127
export LDFLAGS=
128+
export KCFLAGS="-ffile-prefix-map=$wrksrc=."
128129
make ARCH=$arch ${_cross} ${makejobs} prepare
129130
make ARCH=$arch ${_cross} ${makejobs} ${_args}
130131
}

0 commit comments

Comments
 (0)