projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix uclibc++ dependency issue
[openwrt.git]
/
openwrt
/
package
/
iptables
/
Makefile
diff --git
a/openwrt/package/iptables/Makefile
b/openwrt/package/iptables/Makefile
index
c81a345
..
b9f7d55
100644
(file)
--- a/
openwrt/package/iptables/Makefile
+++ b/
openwrt/package/iptables/Makefile
@@
-8,7
+8,10
@@
PKG_VERSION:=1.3.1
PKG_RELEASE:=1
PKG_MD5SUM:=c3358a3bd0d7755df0b64a5063db296b
PKG_RELEASE:=1
PKG_MD5SUM:=c3358a3bd0d7755df0b64a5063db296b
-PKG_SOURCE_URL:=http://www.netfilter.org/files
+PKG_SOURCE_URL:=http://www.netfilter.org/files \
+ ftp://ftp.be.netfilter.org/pub/netfilter/iptables/ \
+ ftp://ftp.de.netfilter.org/pub/netfilter/iptables/ \
+ ftp://ftp.no.netfilter.org/pub/netfilter/iptables/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_CAT:=bzcat
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_CAT:=bzcat
This page took
0.021255 seconds
and
4
git commands to generate.