index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Felix Fietkau <nbd@openwrt.org>
2015-01-23 10:54:56 +0000
committer
Felix Fietkau <nbd@openwrt.org>
2015-01-23 10:54:56 +0000
commit
bc31129b03e9a7798be3bccf9d0b2ed2000456f6
(
patch
)
tree
f9d9e073a13ef11c158af237b6f2cb7a56c93a2f
parent
d7274cf747a99df6086bf8d46473630333344aba
(
diff
)
gmp: use http instead of ftp download (#18805)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44082
Diffstat
-rw-r--r--
package/libs/gmp/Makefile
2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/gmp/Makefile b/package/libs/gmp/Makefile
index 9ef780e808..4578ec02aa 100644
--- a/
package/libs/gmp/Makefile
+++ b/
package/libs/gmp/Makefile
@@ -13,7 +13,7 @@ PKG_REVISION:=a
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)$(PKG_REVISION).tar.xz
-PKG_SOURCE_URL:=ftp://ftp.gmplib.org/pub/$(PKG_NAME)/
+PKG_SOURCE_URL:=http://gmplib.org/download/gmp/
PKG_MD5SUM:=1e6da4e434553d2811437aa42c7f7c76
PKG_BUILD_PARALLEL:=1