projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a72bdb
)
quagga: Fix package download URL (#12425)
author
Vasilis Tsiligiannis
<acinonyx@openwrt.gr>
Wed, 9 Jan 2013 15:50:40 +0000
(15:50 +0000)
committer
Vasilis Tsiligiannis
<acinonyx@openwrt.gr>
Wed, 9 Jan 2013 15:50:40 +0000
(15:50 +0000)
[backport r34241]
SVN-Revision: 35070
net/quagga/Makefile
patch
|
blob
|
history
diff --git
a/net/quagga/Makefile
b/net/quagga/Makefile
index 9474a9e5afd983ed1f48cf4c51e97ae2a8b68b7d..4256ca1aea576a8077bb45748e7b6f46f8304168 100644
(file)
--- a/
net/quagga/Makefile
+++ b/
net/quagga/Makefile
@@
-9,13
+9,11
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=quagga
PKG_VERSION:=0.99.21
-PKG_RELEASE:=
5
+PKG_RELEASE:=
6
PKG_MD5SUM:=99840adbe57047c90dfba6b6ed9aec7f
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://www.quagga.net/download/ \
- http://www.de.quagga.net/download/ \
- http://www.uk.quagga.net/download/
+PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/quagga/
PKG_CONFIG_DEPENDS:= \
CONFIG_IPV6 \
CONFIG_PACKAGE_quagga-watchquagga \