initialize the CONFIG_APPEND variable
[openwrt.git] / package / uci / Makefile
index 453dd08..d5e0ecf 100644 (file)
@@ -9,7 +9,7 @@
 include $(TOPDIR)/rules.mk
 
 UCI_VERSION=0.4
-UCI_RELEASE=6
+UCI_RELEASE=8
 
 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:=c998478d3e7e5718c702bde95a3eed0a
+PKG_MD5SUM:=1a671895bfaafe86087ce4374dfb8556
 
 include $(INCLUDE_DIR)/package.mk