diff options
| author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-16 14:19:04 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-16 14:19:04 -0500 |
| commit | 9d8d5a284e11e45953ad1f12a5bf1ebc18eefb75 (patch) | |
| tree | 4a0f07486932b5e6a5d52dbd2ada9d4a912b24a0 /scripts/kconfig/mconf.c | |
| parent | 4a8e4a270b89030bdeb09d2f8cef7cfe9a50e54d (diff) | |
| parent | df9df036d356078679a60135fba65f79cd6153d0 (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
Diffstat (limited to 'scripts/kconfig/mconf.c')
| -rw-r--r-- | scripts/kconfig/mconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index d63d7fb677e4..7f973195e79a 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c | |||
| @@ -1051,7 +1051,7 @@ int main(int ac, char **av) | |||
| 1051 | conf_parse(av[1]); | 1051 | conf_parse(av[1]); |
| 1052 | conf_read(NULL); | 1052 | conf_read(NULL); |
| 1053 | 1053 | ||
| 1054 | sym = sym_lookup("KERNELRELEASE", 0); | 1054 | sym = sym_lookup("KERNELVERSION", 0); |
| 1055 | sym_calc_value(sym); | 1055 | sym_calc_value(sym); |
| 1056 | sprintf(menu_backtitle, _("Linux Kernel v%s Configuration"), | 1056 | sprintf(menu_backtitle, _("Linux Kernel v%s Configuration"), |
| 1057 | sym_get_string_value(sym)); | 1057 | sym_get_string_value(sym)); |
