aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-10-15 11:32:28 +0000
committerLuka Perkov <luka@openwrt.org>2013-10-15 11:32:28 +0000
commitae75e48dcf085b72e3dd5dbb7b8aa6e7ed173c3c (patch)
tree09441f723905d42e93e13b39b969cb15f7d51b37
parentc5189ceb0fd1b5da784f1518072ba0938f9788ca (diff)
downloadupstream-ae75e48dcf085b72e3dd5dbb7b8aa6e7ed173c3c.tar.gz
upstream-ae75e48dcf085b72e3dd5dbb7b8aa6e7ed173c3c.tar.bz2
upstream-ae75e48dcf085b72e3dd5dbb7b8aa6e7ed173c3c.zip
[package] uci: upgrade to latest git version
Fixes issues with UBIFS file system when due to unclean shutdown files would end up with size 0. Furthermore, few style fixes are included too. Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38410 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/system/uci/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/uci/Makefile b/package/system/uci/Makefile
index 0c1bad9694..ca1edad796 100644
--- a/package/system/uci/Makefile
+++ b/package/system/uci/Makefile
@@ -7,13 +7,13 @@
include $(TOPDIR)/rules.mk
-UCI_VERSION=2013-09-29
+UCI_VERSION=2013-10-15
UCI_RELEASE=1
PKG_NAME:=uci
PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE))
PKG_RELEASE:=1
-PKG_REV:=2fcc6d756f23b439d24eb061ccd0a815a5626f69
+PKG_REV:=f506323c307a3675d50f50e43acc93ca6b00df10
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=git://nbd.name/uci.git