From: Alan Cox Date: Sun, 10 Jan 2016 12:34:22 +0000 (+0000) Subject: makeversion: pass the level 2 flag via uname X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d882a2b7a45ae5bf13f6602c76d4d03a502f62f2;p=FUZIX.git makeversion: pass the level 2 flag via uname --- diff --git a/Kernel/makeversion b/Kernel/makeversion index 8fc78178..ca4a24df 100755 --- a/Kernel/makeversion +++ b/Kernel/makeversion @@ -15,6 +15,9 @@ struct sysinfoblk sysinfo = { 0, #ifdef CONFIG_PROFIL CONF_PROFIL | +#endif +#ifdef CONFIG_LEVEL_2 + CONF_LEVEL_2 | #endif 0 };