From def51db661045424d7956793b82f2ae1ab4931df Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 3 Apr 2015 18:44:04 +0000 Subject: uci: update to the latest version, fixes savedir issues Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45254 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/system/uci/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/system/uci/Makefile') diff --git a/package/system/uci/Makefile b/package/system/uci/Makefile index 551b0db3a3..8946549465 100644 --- a/package/system/uci/Makefile +++ b/package/system/uci/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk -UCI_VERSION=2015-03-31 +UCI_VERSION=2015-04-03 UCI_RELEASE=1 PKG_NAME:=uci PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE)) PKG_RELEASE:=1 -PKG_REV:=3c7f3556b0039a19ddd3e263286085f6896da0eb +PKG_REV:=13d32e6df1c3949459c8821b7a03ec13d92e9bf1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=git://nbd.name/uci.git -- cgit v1.2.3