From 04d016d730ef60652e6924beefca1dee566b94be Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sat, 4 Apr 2015 17:40:47 +0200 Subject: [PATCH] version: use git tags matching "ar9331-v*" as version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0b59f31185..6ff090349d 100644 --- a/Makefile +++ b/Makefile @@ -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