makeversion: pass the level 2 flag via uname
authorAlan Cox <alan@linux.intel.com>
Sun, 10 Jan 2016 12:34:22 +0000 (12:34 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 10 Jan 2016 12:34:22 +0000 (12:34 +0000)
Kernel/makeversion

index 8fc7817..ca4a24d 100755 (executable)
@@ -15,6 +15,9 @@ struct sysinfoblk sysinfo = {
        0,
 #ifdef CONFIG_PROFIL
        CONF_PROFIL |
+#endif
+#ifdef CONFIG_LEVEL_2
+       CONF_LEVEL_2 |
 #endif
        0
 };