Author: nbd Date: 2015-04-03 20:44:04 +0200 (Fri, 03 Apr 2015) New Revision: 45254
Modified: trunk/package/system/uci/Makefile Log: uci: update to the latest version, fixes savedir issues Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/system/uci/Makefile =================================================================== --- trunk/package/system/uci/Makefile 2015-04-03 18:33:25 UTC (rev 45253) +++ trunk/package/system/uci/Makefile 2015-04-03 18:44:04 UTC (rev 45254) @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk -UCI_VERSION=2015-03-31 +UCI_VERSION=2015-04-03 UCI_RELEASE=1 PKG_NAME:=uci PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE)) PKG_RELEASE:=1 -PKG_REV:=3c7f3556b0039a19ddd3e263286085f6896da0eb +PKG_REV:=13d32e6df1c3949459c8821b7a03ec13d92e9bf1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=git://nbd.name/uci.git _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
