summaryrefslogtreecommitdiff
path: root/com32/hdt/Makefile
diff options
context:
space:
mode:
authorErwan Velu <erwanaliasr1@gmail.com>2010-06-22 23:27:41 +0200
committerErwan Velu <erwanaliasr1@gmail.com>2010-06-22 23:27:41 +0200
commit8cf1cc38bf47c39e40dabf581378a05baa4ed365 (patch)
tree2c68c8f138ba78fe2065f92d07599f58bb478ff1 /com32/hdt/Makefile
parente7fa1978a0fa326d50bff091b454ecc06aec5330 (diff)
downloadsyslinux-8cf1cc38bf47c39e40dabf581378a05baa4ed365.tar.gz
hdt: updating memtest to 4.10
Diffstat (limited to 'com32/hdt/Makefile')
-rw-r--r--com32/hdt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile
index 5c02c43f..f2e5f833 100644
--- a/com32/hdt/Makefile
+++ b/com32/hdt/Makefile
@@ -30,7 +30,7 @@ VERSION = $(shell $(SED) -n 's/\#define VERSION \"\(.*\)\"/\1/p' hdt.h)
CODENAME = $(shell $(SED) -n 's/\#define CODENAME \"\(.*\)\"/\1/p' hdt.h)
VERSION_C32 = $(shell echo $(VERSION) | $(SED) -e 's/-/_/g' | $(SED) -e 's/\./_/g')
-MEMTEST_URL = http://memtest.org/download/4.00/memtest86+-4.00.bin
+MEMTEST_URL = http://memtest.org/download/4.10/memtest86+-4.10.bin
MEMTEST = memtest.bin
KERNEL_VERSION ?= $(shell uname -r)