Browse Source

linux26: append 'LOCALVERSION=' to avoid '+'-suffix

user/chris/test/early-mdev
Gernot Tenchio 14 years ago
committed by Christian Wiese
parent
commit
042f2bae76
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      base/linux26/linux-conf.in

+ 1
- 1
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() {

Loading…
Cancel
Save