projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb3fbea
)
upgrade to uci 0.7.4 - fixes a file locking bug, thx Cyrus
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 24 Mar 2009 15:52:50 +0000
(15:52 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 24 Mar 2009 15:52:50 +0000
(15:52 +0000)
SVN-Revision: 15021
package/uci/Makefile
patch
|
blob
|
history
diff --git
a/package/uci/Makefile
b/package/uci/Makefile
index 6d1f7d95e9cca8054b6dfad22d24c331c7f91d8d..599505076838886864f1ca1d16dc6c4ca3dd871a 100644
(file)
--- a/
package/uci/Makefile
+++ b/
package/uci/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
UCI_VERSION=0.7
-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:=
b8c033e7b08bb39e87ef00bdb779f0ba
+PKG_MD5SUM:=
39e46c24651e7e5c1759f3223bd299f9
include $(INCLUDE_DIR)/package.mk