X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d1d21c882ecf917eaf073cdeaff5cb74c19904b4..f3367a8563d076e1364a22bd97cf533b7892157f:/package/uci/Makefile diff --git a/package/uci/Makefile b/package/uci/Makefile index 925e42fd0..394fdf70f 100644 --- a/package/uci/Makefile +++ b/package/uci/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk -UCI_VERSION=12012009 -UCI_RELEASE=5 +UCI_VERSION=2010-09-28 +UCI_RELEASE=1 PKG_NAME:=uci PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE)) PKG_RELEASE:=2 -PKG_REV:=aa3ab8012bfbf793d2884c08ea924545a04e9544 +PKG_REV:=3fa65a20ae0fc77b951515bc5de7a0041adc9be1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=git://nbd.name/uci.git