uci: update to latest version, adds preparation for validation support and blobmsg int64 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39606
This commit is contained in:
parent
f906a7f565
commit
27d9aa182c
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
UCI_VERSION=2013-12-02
|
||||
UCI_VERSION=2014-02-18
|
||||
UCI_RELEASE=1
|
||||
|
||||
PKG_NAME:=uci
|
||||
PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE))
|
||||
PKG_RELEASE:=1
|
||||
PKG_REV:=262fede3e8c8c08c1eb0d1be9bf102232fb86cb9
|
||||
PKG_REV:=393bc2b908ef44cb8b417126a35d4915c4cdfbc9
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=git://nbd.name/uci.git
|
||||
|
|
Loading…
Reference in a new issue