diff options
| author | Sebastian Kemper | 2018-12-22 21:51:03 +0000 |
|---|---|---|
| committer | Sebastian Kemper | 2018-12-22 21:53:16 +0000 |
| commit | 61681ed947597aade7884bb5006447a1256748a8 (patch) | |
| tree | 3974ba554e17718aaee8b08e3c32b26f3a529af9 | |
| parent | 7f01f54adc646abb8c64db665bffb2a7781705c6 (diff) | |
| download | telephony-61681ed947597aade7884bb5006447a1256748a8.tar.gz | |
freeswitch-stable: remove OpenWrt mirror
sources.openwrt.org is used by the build system as a last-resort mirror.
It's not supposed to be used as a regular source mirror. Remove it from
PKG_SOURCE_URL.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| -rw-r--r-- | net/freeswitch-stable/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/freeswitch-stable/Makefile b/net/freeswitch-stable/Makefile index 0f03a4c..f897385 100644 --- a/net/freeswitch-stable/Makefile +++ b/net/freeswitch-stable/Makefile @@ -14,9 +14,7 @@ PKG_RELEASE:=1 PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net> PKG_SOURCE:=$(PRG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL := \ - https://sources.openwrt.org/ \ - https://files.$(PRG_NAME).org/releases/$(PRG_NAME) +PKG_SOURCE_URL:=https://files.$(PRG_NAME).org/releases/$(PRG_NAME) PKG_HASH:=327444f2f1f6ba68b268e81797a44522f44fff725ef53a7e7e5d58efdab54adb PKG_CPE_ID:=cpe:/a:freeswitch:freeswitch |