version: use git tags matching "ar9331-v*" as version

This commit is contained in:
Alexander Couzens 2015-04-04 17:40:47 +02:00
parent d6651043e2
commit 04d016d730
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export UBOOT_GCC_4_3_3_EXTRA_CFLAGS=-fPIC
export BUILD_TYPE=squashfs
export COMPRESSED_UBOOT=0
export CARABOOT_RELEASE=$(shell git describe --dirty --always --match="caraboot-v*")
export CARABOOT_RELEASE=$(shell git describe --dirty --always --match="ar9331-v*")
IMAGEPATH=$(BUILD_TOPDIR)/bin
UBOOT_BINARY=u-boot.bin