Browse Source

Merge pull request #2775 from blogic/mt-st

mt-st: fix download source
lilik-openwrt-22.03
Hannu Nyman 8 years ago
parent
commit
1fda64169f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/mt-st/Makefile

+ 1
- 1
utils/mt-st/Makefile View File

@ -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


Loading…
Cancel
Save