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>
###############################################################################
name = kernel
-version = 6.12
+version = 6.12.8
release = 1
thisapp = linux-%{version}
# 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.
#