add back the include() function to awk (extracted from the old awx patch)
[lede.git] / package / uci / Makefile
index c24ce04ed7f47c79383fb2e69fd6a13087d0b327..526f87dbd80bc5563c92aec4db4a7f175ee734d2 100644 (file)
@@ -8,8 +8,8 @@
 
 include $(TOPDIR)/rules.mk
 
-UCI_VERSION=0.4
-UCI_RELEASE=8
+UCI_VERSION=0.6
+UCI_RELEASE=2
 
 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:=1a671895bfaafe86087ce4374dfb8556
+PKG_MD5SUM:=00379a1da940eb6427c57e79c0d9605c
 
 include $(INCLUDE_DIR)/package.mk