From: Arne Fitzenreiter Date: Wed, 14 Jan 2026 10:11:09 +0000 (+0100) Subject: memtest: update to 8.00 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73b88820d91031853e3f93bb23efe19cc9155e43;p=ipfire-2.x.git memtest: update to 8.00 Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/memtest b/lfs/memtest index 66428ea38..66a75e57b 100644 --- a/lfs/memtest +++ b/lfs/memtest @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 7.20 +VER = 8.00 # https://github.com/memtest86plus/memtest86plus/releases @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = f53570e9364f7fc15c946d925b449139f72bdfab6e2c69e40f7edf6aa034c6b46e40194d32eb56122365b6badc199ed9eeb8f3281d1908adb85495ffd25ea5f7 +$(DL_FILE)_BLAKE2 = e48300edbe587325ab7b73c4e9cfcd624a85931b1e72538e511bf37e41fa04f198b1be1cd4d41b72de590757623d4cae7b74b7a407062558b57e71fb22a9089f install : $(TARGET) @@ -73,8 +73,8 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP)/build64 && make memtest.efi + cd $(DIR_APP)/build/x86_64 && make -mkdir -p /usr/lib/memtest86+ - cd $(DIR_APP)/build64 && cp -f memtest.efi /usr/lib/memtest86+/memtest.efi + cd $(DIR_APP)/build/x86_64 && cp -f mt86plus /usr/lib/memtest86+/memtest.efi @rm -rf $(DIR_APP) @$(POSTBUILD)