]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
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)
commit096b5b6b7f3596a19f48052654151e21b108391c
tree9d94c1ca03c1c46532384971148fe0f03a4bd17e
parent93f8b568175a73a7f1ad52b47cf44013544266a4
kernel: Strip modules

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