]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
kernel: Strip modules kernel-strip
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Jan 2025 15:05:54 +0000 (15:05 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Jan 2025 15:05:54 +0000 (15:05 +0000)
The kernel does not strip modules by default. This can be enabled by
passing INSTALL_MOD_STRIP=1 when installing the modules.

Since we are not actually building the kernel with debuginfo and we are
comressing the modules afterwards, there is not a huge saving on disk
space, but there is a small saving of memory when loading the modules.

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

index c081e89bf8a54e437909135872e15585fe215fe3..88a04f90e9ff7220b56fc479c89a713f97cc2fca 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -168,7 +168,7 @@ else
        cd $(DIR_APP) && cp -v arch/$(KERNEL_ARCH)/boot/$(KERNEL_TARGET) /boot/vmlinuz-$(KVER)
        cd $(DIR_APP) && cp -v System.map /boot/System.map-$(KVER)
        cd $(DIR_APP) && cp -v .config /boot/config-$(KVER)
-       cd $(DIR_APP) && make $(MAKETUNING) modules_install
+       cd $(DIR_APP) && make $(MAKETUNING) modules_install INSTALL_MOD_STRIP=1
 
 ifneq "$(BUILD_PLATFORM)" "x86"
        cd $(DIR_APP) && make $(MAKETUNING) dtbs