[Buildroot] [git commit master 1/1] Config.in: Show BR version in title

Peter Korsgaard jacmet at sunsite.dk
Wed Feb 2 14:54:50 UTC 2011


commit: http://git.buildroot.net/buildroot/commit/?id=6a53b7294430f80cb8db2dc5f408c1b7a75c400f
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at sunsite.dk>
---
 Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Config.in b/Config.in
index df0c7ce..423499a 100644
--- a/Config.in
+++ b/Config.in
@@ -1,6 +1,6 @@
 #
 
-mainmenu "Buildroot2 Configuration"
+mainmenu "Buildroot $BR2_VERSION Configuration"
 
 config BR2_HAVE_DOT_CONFIG
 	bool
-- 
1.7.3.4




More information about the buildroot mailing list