diff options
| author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-02 14:53:23 +0100 | 
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-02 15:54:50 +0100 | 
| commit | 6a53b7294430f80cb8db2dc5f408c1b7a75c400f (patch) | |
| tree | 5e6ae6658b538e314ca5e3de85d84740001f6e8f | |
| parent | a72ab0542ff1dd8909ba5f1065627e41e3316b45 (diff) | |
| download | buildroot-novena-6a53b7294430f80cb8db2dc5f408c1b7a75c400f.tar.gz buildroot-novena-6a53b7294430f80cb8db2dc5f408c1b7a75c400f.zip | |
Config.in: Show BR version in title
Kconfig nowadays uses the mainmenu as the title, so add the version info
here, similar to how it is done in the Linux kernel.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| -rw-r--r-- | Config.in | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -1,6 +1,6 @@  # -mainmenu "Buildroot2 Configuration" +mainmenu "Buildroot $BR2_VERSION Configuration"  config BR2_HAVE_DOT_CONFIG  	bool | 
