mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
BB: hardcode luci2 version
This commit is contained in:
parent
620068ecb0
commit
7ac1319dc0
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue