projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ar7] prevent race between clocks and devices registration (#6532)
[openwrt.git]
/
package
/
ipset
/
Makefile
diff --git
a/package/ipset/Makefile
b/package/ipset/Makefile
index
4c3409b
..
012505f
100644
(file)
--- a/
package/ipset/Makefile
+++ b/
package/ipset/Makefile
@@
-9,17
+9,17
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=ipset
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=ipset
-PKG_VERSION:=4.
1
+PKG_VERSION:=4.
2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://ipset.netfilter.org
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://ipset.netfilter.org
-PKG_MD5SUM:=
d104007fdf5ea64fef774c22b1c0a97b
+PKG_MD5SUM:=
9060d549a18c1c0794fa47a71343d627
include $(INCLUDE_DIR)/package.mk
define Package/ipset/Default
include $(INCLUDE_DIR)/package.mk
define Package/ipset/Default
- DEPENDS:= @LINUX_2_6 @(!(TARGET_pxcab)||BROKEN)
+ DEPENDS:= @LINUX_2_6 @(!(TARGET_p
s3||TARGET_p
xcab)||BROKEN)
endef
define Package/ipset
endef
define Package/ipset
This page took
0.022285 seconds
and
4
git commands to generate.