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>
This commit is contained in:
parent
7f01f54adc
commit
61681ed947
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue