netboot: Update to 1.2

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-10-11 19:59:48 +01:00
parent e2bd5a6eb9
commit 0b289b3af0

View File

@@ -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)