Skip to content

Commit

Permalink
Revert "kernel: prevent addition of scm marker to localversion"
Browse files Browse the repository at this point in the history
This reverts commit 0df2c65 since it
gets in the way of identifying properly which kernel we are running.
This is particularly important if LEDE is using external kernels/git
cloned kernels. We want to make sure we only load modules from that
specific kernel.

Signed-off-by: Florian Fainelli <[email protected]>
  • Loading branch information
ffainelli authored and blogic committed May 25, 2017
1 parent 855f2ae commit d0a6340
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/kernel-defaults.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ ifdef CONFIG_USE_SPARSE
KERNEL_MAKEOPTS += C=1 CHECK=$(STAGING_DIR_HOST)/bin/sparse
endif

ifneq ($(strip $(CONFIG_KERNEL_GIT_CLONE_URI)),"")
KERNEL_MAKEOPTS += LOCALVERSION=
endif

export HOST_EXTRACFLAGS=-I$(STAGING_DIR_HOST)/include

# defined in quilt.mk
Expand Down

0 comments on commit d0a6340

Please sign in to comment.