summaryrefslogtreecommitdiff
path: root/core/linux/config.i486
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-10-19 14:19:28 +0200
committerErich Eckner <git@eckner.net>2018-10-19 14:19:28 +0200
commita21665f95f5a0173a34cecbbdb489b9bd0d159de (patch)
tree946785b4e8aca3043412b739e298e17ca06e5078 /core/linux/config.i486
parent7bf36c1e664cc9050ec914fa3c5418c8df05b4d5 (diff)
downloadpackages-a21665f95f5a0173a34cecbbdb489b9bd0d159de.tar.xz
core/linux: i486-config should not set LOCALVERSION - otherwise we end up with an "-ARCH-ARCH" suffix
Diffstat (limited to 'core/linux/config.i486')
-rw-r--r--core/linux/config.i4864
1 files changed, 2 insertions, 2 deletions
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