diff options
Diffstat (limited to 'package/wipe')
-rw-r--r-- | package/wipe/wipe.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/wipe/wipe.mk b/package/wipe/wipe.mk index 477af50ce..f56c06d15 100644 --- a/package/wipe/wipe.mk +++ b/package/wipe/wipe.mk @@ -2,13 +2,14 @@ # # wipe # -# http://abaababa.ouvaton.org/wipe/wipe-0.20.tar.gz +# http://abaababa.ouvaton.org/wipe/wipe-$(WIPE_VERSION).tar.gz ############################################################# -WIPE_SOURCE:=wipe-0.20.tar.gz +WIPE_VERSION:=0.20 +WIPE_SOURCE:=wipe-$(WIPE_VERSION).tar.gz #WIPE_PATCH:=wipe_0.2-19.diff.gz WIPE_SITE:=http://abaababa.ouvaton.org/wipe WIPE_CAT:=$(ZCAT) -WIPE_DIR:=$(BUILD_DIR)/wipe-0.20 +WIPE_DIR:=$(BUILD_DIR)/wipe-$(WIPE_VERSION) WIPE_BINARY:=wipe WIPE_TARGET_BINARY:=bin/wipe |