Merge branch 'upstream-jgarzik' of git://git.tuxdriver.com/git/wireless-2.6
[powerpc.git] / scripts / kconfig / confdata.c
index ccd4513..b0cbbe2 100644 (file)
@@ -375,7 +375,7 @@ int conf_write(const char *name)
                if (!out_h)
                        return 1;
        }
-       sym = sym_lookup("KERNELRELEASE", 0);
+       sym = sym_lookup("KERNELVERSION", 0);
        sym_calc_value(sym);
        time(&now);
        env = getenv("KCONFIG_NOTIMESTAMP");