Add the official berlios mirror to ngircd's download urls so it doesn't brake when ngircd.barton.de is down.
Signed-off-by: Jonas Gorski <[email protected]> --- net/ngircd/Makefile | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/net/ngircd/Makefile b/net/ngircd/Makefile index 5aea648..1ba22a6 100644 --- a/net/ngircd/Makefile +++ b/net/ngircd/Makefile @@ -12,7 +12,9 @@ PKG_VERSION:=15 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=ftp://ngircd.barton.de/pub/ngircd/ +PKG_SOURCE_URL:= \ + ftp://ngircd.barton.de/pub/ngircd/ \ + ftp://ftp.berlios.de/pub/ngircd/ PKG_MD5SUM:=c183a85eba6fe51255983848f099c8ae PKG_INSTALL:=1 -- 1.5.6.5 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
