From 0b289b3af01080c802a8559a1c86327b77b1f7b9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 11 Oct 2017 19:59:48 +0100 Subject: [PATCH] netboot: Update to 1.2 Signed-off-by: Michael Tremer --- lfs/ipfire-netboot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/ipfire-netboot b/lfs/ipfire-netboot index 984c044c04..6cfae8afb3 100644 --- a/lfs/ipfire-netboot +++ b/lfs/ipfire-netboot @@ -24,8 +24,8 @@ include Config -VER = v1.1 -PXE_VER = 300a371 +VER = v1.2 +PXE_VER = 1b67a05 THISAPP = ipfire-netboot-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -43,8 +43,8 @@ objects = $(DL_FILE) ipxe-$(PXE_VER).tar.gz $(DL_FILE) = $(DL_FROM)/$(DL_FILE) ipxe-$(PXE_VER).tar.gz = $(URL_IPFIRE)/ipxe-$(PXE_VER).tar.gz -$(DL_FILE)_MD5 = 0dccbcfbc1eafb9d510bd15935b87ef6 -ipxe-$(PXE_VER).tar.gz_MD5 = 8a17fb4d6866214feb28cca55630b85f +$(DL_FILE)_MD5 = 88350bd0e17052f213f41de6f4cb30a0 +ipxe-$(PXE_VER).tar.gz_MD5 = 300fe0e096e58bfb4318bc39b63f9a88 install : $(TARGET) -- 2.39.2