diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-04-11 16:14:09 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-04-11 16:14:09 +0000 |
commit | 161a63f4ef17abb1259301e2312481dc25983383 (patch) | |
tree | 0e698488312636300eef612b5cdc43029dc9b380 /package/system/uci | |
parent | a417886bdc57a74f279d7a1039c456c8515e0819 (diff) | |
download | upstream-161a63f4ef17abb1259301e2312481dc25983383.tar.gz upstream-161a63f4ef17abb1259301e2312481dc25983383.tar.bz2 upstream-161a63f4ef17abb1259301e2312481dc25983383.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40458 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/uci')
-rw-r--r-- | package/system/uci/Makefile | 6 |
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 |