X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=package%2Fuci%2FMakefile;h=453dd085425f4af63a4f0020c45a119abb818297;hb=195d365bb1e06a2e1ae561f0b10febc1500d9874;hp=9f5b6d7b7a0c9ee20008efa50bfda90862c40e4c;hpb=81de0abd559339bf9d84c55b35e6c6c35b6b5253;p=openwrt-10.03%2F.git diff --git a/package/uci/Makefile b/package/uci/Makefile index 9f5b6d7b7..453dd0854 100644 --- a/package/uci/Makefile +++ b/package/uci/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk UCI_VERSION=0.4 -UCI_RELEASE=5 +UCI_RELEASE=6 PKG_NAME:=uci PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE)) @@ -17,7 +17,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.openwrt.org/sources -PKG_MD5SUM:=cb97108db319c9172adb31d338fc4576 +PKG_MD5SUM:=c998478d3e7e5718c702bde95a3eed0a include $(INCLUDE_DIR)/package.mk