From a21665f95f5a0173a34cecbbdb489b9bd0d159de Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 19 Oct 2018 14:19:28 +0200 Subject: core/linux: i486-config should not set LOCALVERSION - otherwise we end up with an "-ARCH-ARCH" suffix --- core/linux/config.i486 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/linux/config.i486') diff --git a/core/linux/config.i486 b/core/linux/config.i486 index 109bd586..401d5c55 100644 --- a/core/linux/config.i486 +++ b/core/linux/config.i486 @@ -54,8 +54,8 @@ CONFIG_THREAD_INFO_IN_TASK=y # CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_COMPILE_TEST is not set -CONFIG_LOCALVERSION="-ARCH" -# CONFIG_LOCALVERSION_AUTO is not set +CONFIG_LOCALVERSION="" +CONFIG_LOCALVERSION_AUTO=y CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_BZIP2=y CONFIG_HAVE_KERNEL_LZMA=y -- cgit v1.2.3