diff --git a/eclass/nas-kernel.eclass b/eclass/nas-kernel.eclass index 082342f..fe1ea65 100644 --- a/eclass/nas-kernel.eclass +++ b/eclass/nas-kernel.eclass @@ -179,7 +179,8 @@ _get_real_kv_full() { elif [[ "${OKV/.*}" = "3" ]]; then # Linux 3.x support, KV_FULL is set to: 3.0-sablink # need to add another final .0 to the version part - echo "${ORIGINAL_KV_FULL/-/.0-}" + # echo "${ORIGINAL_KV_FULL/-/.0-}" + echo "${ORIGINAL_KV_FULL}" else echo "${ORIGINAL_KV_FULL}" fi