From 8cd01cbbd765e3bc4c28eac7fd266fdf8b04cc3f Mon Sep 17 00:00:00 2001 From: Dongjin Kim Date: Sat, 7 Sep 2024 00:17:28 +0900 Subject: [PATCH] ODROID-C5: not adding git commit value to kernel version Signed-off-by: Dongjin Kim --- scripts/setlocalversion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setlocalversion b/scripts/setlocalversion index 3fd158348562..165786b2ab6d 100755 --- a/scripts/setlocalversion +++ b/scripts/setlocalversion @@ -153,7 +153,7 @@ res="${res}${CONFIG_LOCALVERSION}${LOCALVERSION}" # 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