summaryrefslogtreecommitdiffstats
path: root/package/system/uci
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-04-11 16:14:09 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-04-11 16:14:09 +0000
commit38c4e4cc02874b356b40688a32d21a8d67c23df3 (patch)
treeeac84bb9a06ccbf18d9c35a6e5532d366d3c0287 /package/system/uci
parente0a3e3d1b64001030bccdba9b7d8e822616435e8 (diff)
downloadmaster-31e0f0ae-38c4e4cc02874b356b40688a32d21a8d67c23df3.tar.gz
master-31e0f0ae-38c4e4cc02874b356b40688a32d21a8d67c23df3.tar.bz2
master-31e0f0ae-38c4e4cc02874b356b40688a32d21a8d67c23df3.zip
uci: fix import with not yet existing packages, preserve config permissions on commit, fix Lua detection in cmake
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 40458
Diffstat (limited to 'package/system/uci')
-rw-r--r--package/system/uci/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/system/uci/Makefile b/package/system/uci/Makefile
index 376986c996..29f9ef36d9 100644
--- a/package/system/uci/Makefile
+++ b/package/system/uci/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2008-2013 OpenWrt.org
+# Copyright (C) 2008-2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -7,13 +7,13 @@
include $(TOPDIR)/rules.mk
-UCI_VERSION=2014-02-18
+UCI_VERSION=2014-04-11
UCI_RELEASE=1
PKG_NAME:=uci
PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE))
PKG_RELEASE:=1
-PKG_REV:=393bc2b908ef44cb8b417126a35d4915c4cdfbc9
+PKG_REV:=e339407372ffc70b1451e4eda218c01aa95a6a7f
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=git://nbd.name/uci.git