From 3df4eaf22b756a8460e514e0e49a876d5e5c40e3 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 31 Mar 2016 02:09:53 +0200 Subject: [PATCH] uci: commit through symlinks Update to latest HEAD in order to not clobber symlinks in /etc/config on uci commit. Signed-off-by: Jo-Philipp Wich --- package/system/uci/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/system/uci/Makefile b/package/system/uci/Makefile index b0f387585c..e48d5b454c 100644 --- a/package/system/uci/Makefile +++ b/package/system/uci/Makefile @@ -1,5 +1,6 @@ # # Copyright (C) 2008-2014 OpenWrt.org +# Copyright (C) 2016 LEDE project # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,13 +8,13 @@ include $(TOPDIR)/rules.mk -UCI_VERSION=2016-02-02 +UCI_VERSION=2016-03-31 UCI_RELEASE=1 PKG_NAME:=uci PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE)) PKG_RELEASE:=1 -PKG_REV:=d4e42a9081e0b6fa5cbb072bcbfe01adccdad694 +PKG_REV:=ec96e1f93d6d0faa3f3c40f6bcbc0006550281a8 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL=$(OPENWRT_GIT)/project/uci.git -- 2.30.2