]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commit
kernel: Fix compiled-in version number
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Jan 2019 14:02:56 +0000 (14:02 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Jan 2019 14:02:56 +0000 (14:02 +0000)
commit18c3200a76fe1b9392bfb5cd7396d1feada560f2
tree127ff02096452f5a8c633d9af77e2d1aa8583eef
parent2e4bebe58e10a9593ed257b3b8657d0b5fdb064c
kernel: Fix compiled-in version number

When we have a .0 release of the kernel, the internal kernel
versioning is 4.20.0, but the tarball is called 4.20 only.

This causes the kernel to look for its modules in the wrong place.

This patch overwrites the compiled-in version number so that
it is in sync with the directory of the installed modules.

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