Author: nbd Date: 2015-04-09 16:57:25 +0200 (Thu, 09 Apr 2015) New Revision: 45340
Modified: trunk/package/system/uci/Makefile Log: uci: update to the latest version, fixes a regression in handling empty/comment lines in uci batch Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/system/uci/Makefile =================================================================== --- trunk/package/system/uci/Makefile 2015-04-09 14:33:11 UTC (rev 45339) +++ trunk/package/system/uci/Makefile 2015-04-09 14:57:25 UTC (rev 45340) @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk -UCI_VERSION=2015-04-03 +UCI_VERSION=2015-04-09 UCI_RELEASE=1 PKG_NAME:=uci PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE)) PKG_RELEASE:=1 -PKG_REV:=13d32e6df1c3949459c8821b7a03ec13d92e9bf1 +PKG_REV:=556215152a216c179fe2ca7db9b1de7036ceda60 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
