aboutsummaryrefslogtreecommitdiffstats
path: root/tools/dosfstools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-22 10:58:04 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-22 10:58:04 +0000
commit223468546da753b4d98479de2fc74e5a5d70edb3 (patch)
tree7581cca500b1d3b55bd636fb76cc691672f8c932 /tools/dosfstools/Makefile
parent3c0ea6ecede0319f4ce1d448c65dd11c95b05720 (diff)
downloadupstream-223468546da753b4d98479de2fc74e5a5d70edb3.tar.gz
upstream-223468546da753b4d98479de2fc74e5a5d70edb3.tar.bz2
upstream-223468546da753b4d98479de2fc74e5a5d70edb3.zip
dosfstools: switch back to release tarballs, update patches to the latest sent upstream
This fixes non applying patches on buildbots. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44936
Diffstat (limited to 'tools/dosfstools/Makefile')
-rw-r--r--tools/dosfstools/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/dosfstools/Makefile b/tools/dosfstools/Makefile
index 5a5bd1d4b9..910e94f722 100644
--- a/tools/dosfstools/Makefile
+++ b/tools/dosfstools/Makefile
@@ -10,10 +10,9 @@ PKG_NAME:=dosfstools
PKG_VERSION:=3.0.27
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=git://github.com/dosfstools/dosfstools.git
-PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=266a5fc635135a9ffaa8683da1ec03aae1553b7b
-PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
+PKG_SOURCE_URL:=https://github.com/dosfstools/dosfstools/releases/download/v$(PKG_VERSION)/ \
+ http://fossies.org/linux/misc
+PKG_MD5SUM:=2e31e7bdf92998e41ed17de505a4a552
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION)