mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
netboot: Bump busybox version in pxelinux.0 build
`stime` was removed in glibc-2.31. Busybox fixes this in https://git.busybox.net/busybox/patch/?id=d3539be8f27b8cbfdfee460fe08299158f08bcd9 Fixes: https://github.com/ibm-s390-tools/s390-tools/issues/100 Closes: https://github.com/ibm-s390-tools/s390-tools/pull/101 Signed-off-by: Vance Morris <vmorris@us.ibm.com> Reviewed-by: Viktor Mihajlovski mihajlov@de.ibm.com Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
863e1c3fa4
commit
4aafd6962a
@@ -21,7 +21,7 @@ ifeq ($(KERNEL_IMAGE),)
|
|||||||
$(error Could not find a kernel image under /boot)
|
$(error Could not find a kernel image under /boot)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BUSYBOX=busybox-1.27.1
|
BUSYBOX=busybox-1.32.0
|
||||||
BBINSTALL=$(BUSYBOX)/_install
|
BBINSTALL=$(BUSYBOX)/_install
|
||||||
|
|
||||||
all: $(KERNEL_IMAGE) pxelinux.initramfs
|
all: $(KERNEL_IMAGE) pxelinux.initramfs
|
||||||
|
|||||||
Reference in New Issue
Block a user