ODROID-C5: not adding git commit value to kernel version
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
diff --git a/scripts/setlocalversion b/scripts/setlocalversion
index 3fd1583..165786b 100755
--- a/scripts/setlocalversion
+++ b/scripts/setlocalversion
@@ -153,7 +153,7 @@
# scm version string if not at a tagged commit
if test "$CONFIG_LOCALVERSION_AUTO" = "y"; then
# full scm version string
- res="$res$(scm_version)"
+ res="$res"
elif [ "${LOCALVERSION+set}" != "set" ]; then
# If the variable LOCALVERSION is not set, append a plus
# sign if the repository is not in a clean annotated or