From e5e8fae892036360f399ed034463716f31bfd59f Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 31 Oct 2010 17:35:10 +0100 Subject: Makefile: move version string from Config.in into Makefile This re-instates writing the version string in .config headers, and no longer provides it as a kconfig symbol in .config (it is now a variable in the Makefile, and in the environment). Signed-off-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 0f8ddf4fa..81072962a 100644 --- a/Config.in +++ b/Config.in @@ -8,7 +8,7 @@ config BR2_HAVE_DOT_CONFIG config BR2_VERSION string - default "2010.11-git" + option env="BR2_VERSION" source "target/Config.in.arch" source "target/device/Config.in" -- cgit v1.2.3