uci: update to the latest version, fixes uci show output for anonymous sections (#21781)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48617
This commit is contained in:
parent
6329349cd0
commit
9237cebfc7
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
UCI_VERSION=2016-01-11
|
UCI_VERSION=2016-02-02
|
||||||
UCI_RELEASE=1
|
UCI_RELEASE=1
|
||||||
|
|
||||||
PKG_NAME:=uci
|
PKG_NAME:=uci
|
||||||
PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE))
|
PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE))
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_REV:=950437eecd6048dd29eb3e11f4343372b2ddce60
|
PKG_REV:=d4e42a9081e0b6fa5cbb072bcbfe01adccdad694
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL=$(OPENWRT_GIT)/project/uci.git
|
PKG_SOURCE_URL=$(OPENWRT_GIT)/project/uci.git
|
||||||
|
|
Loading…
Reference in a new issue