uci: update to the latest version
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45040
This commit is contained in:
parent
65708f749a
commit
137c0cc434
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
UCI_VERSION=2014-04-11
|
||||
UCI_VERSION=2015-03-26
|
||||
UCI_RELEASE=1
|
||||
|
||||
PKG_NAME:=uci
|
||||
PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE))
|
||||
PKG_RELEASE:=1
|
||||
PKG_REV:=e339407372ffc70b1451e4eda218c01aa95a6a7f
|
||||
PKG_REV:=06df8218e7036ad9bc03537d8039c6f4728602ac
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=git://nbd.name/uci.git
|
||||
|
|
Loading…
Reference in a new issue