diff --git a/board/miyoo/scripts/genimage.sh b/board/miyoo/scripts/genimage.sh index ddea4e6a..b8789d7a 100755 --- a/board/miyoo/scripts/genimage.sh +++ b/board/miyoo/scripts/genimage.sh @@ -9,7 +9,7 @@ SELFDIR=$(dirname $(realpath ${0})) # Generate CFW release tag, status and append iteration count if test $(git tag | wc -l) -ne 0; then - BR2_TAG="$(git describe --tags --abbrev=0)" + BR2_TAG="$(git describe --tags --always --abbrev=0)" BR2_ITERATION="$(git rev-list --count ${BR2_TAG}..HEAD)" fi