projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
adds more sanity checks to uci firewall
[openwrt.git]
/
package
/
uci
/
Makefile
diff --git
a/package/uci/Makefile
b/package/uci/Makefile
index
c24ce04
..
3450bc6
100644
(file)
--- a/
package/uci/Makefile
+++ b/
package/uci/Makefile
@@
-8,8
+8,8
@@
include $(TOPDIR)/rules.mk
include $(TOPDIR)/rules.mk
-UCI_VERSION=0.
4
-UCI_RELEASE=
8
+UCI_VERSION=0.
6
+UCI_RELEASE=
0
PKG_NAME:=uci
PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE))
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_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://downloads.openwrt.org/sources
-PKG_MD5SUM:=
1a671895bfaafe86087ce4374dfb8556
+PKG_MD5SUM:=
7ac5afec87e44559bbcfc1c2a76edf51
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/package.mk
This page took
0.025653 seconds
and
4
git commands to generate.