From 042f2bae7612bd888235158cb0d2677740630d2d Mon Sep 17 00:00:00 2001 From: Gernot Tenchio Date: Tue, 21 Sep 2010 12:39:07 +0200 Subject: [PATCH] linux26: append 'LOCALVERSION=' to avoid '+'-suffix --- base/linux26/linux-conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/linux26/linux-conf.in b/base/linux26/linux-conf.in index 638f72113..aa1c1671b 100644 --- a/base/linux26/linux-conf.in +++ b/base/linux26/linux-conf.in @@ -65,7 +65,7 @@ makeopt= [ $SDECFG_PARALLEL_MAX -gt 1 ] && var_append makeopt ' ' -j$(( $SDECFG_PARALLEL_MAX + 1 )) -var_append makeopt ' ' "ARCH=$lx_cpu CROSS_COMPILE=$archprefix KCC=$KCC" +var_append makeopt ' ' "ARCH=$lx_cpu CROSS_COMPILE=$archprefix KCC=$KCC LOCALVERSION=" makeinstopt="$makeopt" auto_config_merge() {