projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e091262
)
upgrade to uci 0.6.2 (bugfixes)
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 4 Sep 2008 23:46:02 +0000
(23:46 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 4 Sep 2008 23:46:02 +0000
(23:46 +0000)
SVN-Revision: 12535
package/uci/Makefile
patch
|
blob
|
history
diff --git
a/package/uci/Makefile
b/package/uci/Makefile
index 20fcf6c3c22d8fbb2379bf1d2dfa305161863dfc..526f87dbd80bc5563c92aec4db4a7f175ee734d2 100644
(file)
--- a/
package/uci/Makefile
+++ b/
package/uci/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
UCI_VERSION=0.6
-UCI_RELEASE=
1
+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:=
450a94af4e09d13b0a21f43d30c0a3b2
+PKG_MD5SUM:=
00379a1da940eb6427c57e79c0d9605c
include $(INCLUDE_DIR)/package.mk