diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-06 00:10:59 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-06 00:10:59 +0000 |
commit | 4d7e0e974b371ef04cdce954a82b925d210e8f5a (patch) | |
tree | ab8ff2e3eb0e6b16cb56503abbba820e9046eb5a | |
parent | 7f046e965daacdfd538132b6f5c130146f46ef56 (diff) | |
download | mtk-20170518-4d7e0e974b371ef04cdce954a82b925d210e8f5a.zip mtk-20170518-4d7e0e974b371ef04cdce954a82b925d210e8f5a.tar.gz mtk-20170518-4d7e0e974b371ef04cdce954a82b925d210e8f5a.tar.bz2 |
use upstream download source, not debian
SVN-Revision: 2060
-rw-r--r-- | openwrt/package/mtr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/mtr/Makefile b/openwrt/package/mtr/Makefile index d911716..97b3cf2 100644 --- a/openwrt/package/mtr/Makefile +++ b/openwrt/package/mtr/Makefile @@ -5,8 +5,8 @@ PKG_VERSION:=0.69 PKG_RELEASE:=1 PKG_MD5SUM:=58904d6d8d70114195cdeb653d56914c -PKG_SOURCE_URL:=ftp://ftp.de.debian.org/debian/pool/main/m/mtr -PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz +PKG_SOURCE_URL:=ftp://ftp.bitwizard.nl/mtr/ +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install |