--- zzzz-none-000/linux-4.1.38/scripts/setlocalversion 2017-01-18 18:48:06.000000000 +0000 +++ bcm63-7582-715/linux-4.1.38/scripts/setlocalversion 2020-11-25 10:06:48.000000000 +0000 @@ -160,15 +160,15 @@ if test "$CONFIG_LOCALVERSION_AUTO" = "y"; then # full scm version string res="$res$(scm_version)" -else +#else # append a plus sign if the repository is not in a clean # annotated or signed tagged state (as git describe only # looks at signed or annotated tags - git tag -a/-s) and # LOCALVERSION= is not specified - if test "${LOCALVERSION+set}" != "set"; then - scm=$(scm_version --short) - res="$res${scm:++}" - fi + #if test "${LOCALVERSION+set}" != "set"; then + # scm=$(scm_version --short) + # res="$res${scm:++}" + #fi fi echo "$res"