Remove timestamp from the kernel.

This commit is contained in:
Alexander Kjeldaas 2013-08-13 14:26:35 +02:00
parent 8b5c617237
commit c69eb7c2c1

View file

@ -102,7 +102,11 @@ let
runHook postConfigure
'';
buildFlags = [ "KBUILD_BUILD_VERSION=1-NixOS" platform.kernelTarget ] ++ optional isModular "modules";
buildFlags = [
"KBUILD_BUILD_VERSION=1-NixOS"
"KBUILD_BUILD_TIMESTAMP=Thu_Jan__1_00:00:01_UTC_1970"
platform.kernelTarget
] ++ optional isModular "modules";
installFlags = [
"INSTALLKERNEL=${installkernel}"