From cfb9ceb30c1e6bdb9b7fb5d31ba93d06477ca861 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 22 Aug 2012 07:37:49 -0700 Subject: [PATCH] angstrom-next: Drop 'core' from DISTRO_VERSION Signed-off-by: Khem Raj --- conf/distro/angstrom-next.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/angstrom-next.conf b/conf/distro/angstrom-next.conf index 4294a6b..2b451d6 100644 --- a/conf/distro/angstrom-next.conf +++ b/conf/distro/angstrom-next.conf @@ -19,7 +19,7 @@ # Again, in doubt, use the master branch of setup-scripts #DISTRO_VERSION = "v2012.X" -DISTRO_VERSION = "v${@time.strftime('%Y.%m',time.gmtime())}-core" +DISTRO_VERSION = "v${@time.strftime('%Y.%m',time.gmtime())}" OLDEST_KERNEL = "2.6.16"