mirror of
https://github.com/openwrt/packages.git
synced 2026-02-04 12:06:29 +08:00
mt-st: fix download source
http does not exist anymore, use ftp instead Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -14,7 +14,7 @@ PKG_RELEASE:=1
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)
|
||||
PKG_SOURCE_VERSION:=$(PKG_VERSION)
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://ftp.ibiblio.org/pub/Linux/system/backup/
|
||||
PKG_SOURCE_URL:=ftp://ftp.ibiblio.org/pub/Linux/system/backup/
|
||||
PKG_MD5SUM:=fdd5f5ec673c9f630a102ceff7612774
|
||||
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
|
||||
Reference in New Issue
Block a user