diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-03-31 02:09:53 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-03-31 02:09:53 +0200 |
commit | 3df4eaf22b756a8460e514e0e49a876d5e5c40e3 (patch) | |
tree | 0fb0028237f28e6478eb8b629c2faa72f6700e52 | |
parent | 564330e0139c86d2a1539b3515ecee1c45c16646 (diff) | |
download | upstream-3df4eaf22b756a8460e514e0e49a876d5e5c40e3.tar.gz upstream-3df4eaf22b756a8460e514e0e49a876d5e5c40e3.tar.bz2 upstream-3df4eaf22b756a8460e514e0e49a876d5e5c40e3.zip |
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 <jo@mein.io>
-rw-r--r-- | package/system/uci/Makefile | 5 |
1 files 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 |