[packages] quagga: Fix package download URL (#12425)
git-svn-id: svn+ssh://svn.openwrt.org/openwrt@34241 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6096ee74b2
commit
4d4f6b899c
1 changed files with 2 additions and 4 deletions
6
Makefile
6
Makefile
|
@ -9,13 +9,11 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=quagga
|
PKG_NAME:=quagga
|
||||||
PKG_VERSION:=0.99.21
|
PKG_VERSION:=0.99.21
|
||||||
PKG_RELEASE:=5
|
PKG_RELEASE:=6
|
||||||
PKG_MD5SUM:=99840adbe57047c90dfba6b6ed9aec7f
|
PKG_MD5SUM:=99840adbe57047c90dfba6b6ed9aec7f
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.quagga.net/download/ \
|
PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/quagga/
|
||||||
http://www.de.quagga.net/download/ \
|
|
||||||
http://www.uk.quagga.net/download/
|
|
||||||
PKG_CONFIG_DEPENDS:= \
|
PKG_CONFIG_DEPENDS:= \
|
||||||
CONFIG_IPV6 \
|
CONFIG_IPV6 \
|
||||||
CONFIG_PACKAGE_quagga-watchquagga \
|
CONFIG_PACKAGE_quagga-watchquagga \
|
||||||
|
|
Loading…
Reference in a new issue