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:
bbc3a02
)
update uci - fixes a bug in parse_uci_tuple
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 5 Feb 2008 20:30:44 +0000
(20:30 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 5 Feb 2008 20:30:44 +0000
(20:30 +0000)
SVN-Revision: 10400
package/uci/Makefile
patch
|
blob
|
history
diff --git
a/package/uci/Makefile
b/package/uci/Makefile
index fe2b473fb92d3b23675f83ff929d9dee1e56822c..e16bd0ecb8d1b8852a89af24b24ac5129b8af07e 100644
(file)
--- a/
package/uci/Makefile
+++ b/
package/uci/Makefile
@@
-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