BB: hardcode luci2 version

This commit is contained in:
Sukru Senli 2015-04-14 11:09:22 +02:00 committed by Martin Schröder
parent 620068ecb0
commit 7ac1319dc0

View file

@ -7,7 +7,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci2
PKG_VERSION:=$(shell git --git-dir=$(CURDIR)/../.git log -1 --pretty="%ci %h" | awk '{ print $$1 "-" $$4 }')
#PKG_VERSION:=$(shell git --git-dir=$(CURDIR)/../.git log -1 --pretty="%ci %h" | awk '{ print $$1 "-" $$4 }')
PKG_VERSION:=2015-02-14-e452ca6
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
PKG_LICENSE:=Apache-2.0