]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
kernel: Update to 6.12.8 and strip modules
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 8 Jan 2025 16:41:31 +0000 (16:41 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 8 Jan 2025 16:41:31 +0000 (16:41 +0000)
Since we sign the modules we cannot strip them afterwards. However,
there is currently no need to keep any debug information in the
production system, so we strip it all away.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
kernel/kernel.nm

index 19c7e673081a39a8966673926c28f0fe95de5e0d..0912c1ab07de3d34d08f98b476e819a582995821 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = kernel
-version    = 6.12
+version    = 6.12.8
 release    = 1
 thisapp    = linux-%{version}
 
@@ -169,7 +169,7 @@ build
 
                        # Install modules.
                        make ARCH=%{kernel_arch} INSTALL_MOD_PATH=%{BUILDROOT}/usr mod-fw= V=1 \
-                               KERNELRELEASE=${fullversion} modules_install
+                               KERNELRELEASE=${fullversion} modules_install INSTALL_MOD_STRIP=1
 
                        # And now the scary looking part.
                        #