projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ac8341
)
update uci to v0.4.0 - improves lua binding
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 3 Jun 2008 21:43:32 +0000
(21:43 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 3 Jun 2008 21:43:32 +0000
(21:43 +0000)
SVN-Revision: 11348
package/uci/Makefile
patch
|
blob
|
history
diff --git
a/package/uci/Makefile
b/package/uci/Makefile
index f6ec08f0e911027f0e8f6ef5377b08ba0626664f..485ba5ae3eec1796e088e11e11d466efa9fb5f1b 100644
(file)
--- a/
package/uci/Makefile
+++ b/
package/uci/Makefile
@@
-8,8
+8,8
@@
include $(TOPDIR)/rules.mk
-UCI_VERSION=0.
3
-UCI_RELEASE=
4
+UCI_VERSION=0.
4
+UCI_RELEASE=
0
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:=
73288ab9bd202bed27b00736d48e190d
+PKG_MD5SUM:=
da0f3dbe5f21fc757133a47836408c71
include $(INCLUDE_DIR)/package.mk