update uci - fixes a bug in parse_uci_tuple
SVN-Revision: 10400
This commit is contained in:
parent
bbc3a023ca
commit
bb84ed507e
@ -9,7 +9,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
UCI_VERSION=0.2
|
||||
UCI_RELEASE=3
|
||||
UCI_RELEASE=4
|
||||
|
||||
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:=83dbde5e364a38222b39c75e173c4225
|
||||
PKG_MD5SUM:=fb18e6b1b8bcafbec099a1783e4764ac
|
||||
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
Loading…
Reference in New Issue
Block a user