mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-03 17:50:49 +00:00
uci: update to the latest version, fixes savedir issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45254
This commit is contained in:
parent
d42be88915
commit
f255bc4149
@ -7,13 +7,13 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
UCI_VERSION=2015-03-31
|
UCI_VERSION=2015-04-03
|
||||||
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:=3c7f3556b0039a19ddd3e263286085f6896da0eb
|
PKG_REV:=13d32e6df1c3949459c8821b7a03ec13d92e9bf1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=git://nbd.name/uci.git
|
PKG_SOURCE_URL:=git://nbd.name/uci.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user