mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 18:32:57 +02:00
netboot: Update to 1.2
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user