Skip to content

Commit ea12980

Browse files
oech3oech3
authored andcommitted
GNUmakefile: DL busybox fro mirror (better resp)
1 parent ff92c55 commit ea12980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@ toybox-src:
354354
busybox-src:
355355
if [ ! -e "$(BUSYBOX_SRC)" ] ; then \
356356
mkdir -p "$(BUSYBOX_ROOT)" ; \
357-
curl -Ls "https://busybox.net/downloads/busybox-$(BUSYBOX_VER).tar.bz2" -o "$(BUSYBOX_ROOT)/$(BUSYBOX_VER).tar.bz2" ; \
358-
tar -C "$(BUSYBOX_ROOT)" -xf "$(BUSYBOX_ROOT)/busybox-$(BUSYBOX_VER).tar.bz2" ; \
357+
curl -Ls "https://github.com/mirror/busybox/archive/refs/tags/$(subst .,_,$(BUSYBOX_VER)).tar.gz" -o "$(BUSYBOX_ROOT)/busybox-$(BUSYBOX_VER).tar.gz" ; \
358+
tar -C "$(BUSYBOX_ROOT)" -xf "$(BUSYBOX_ROOT)/busybox-$(BUSYBOX_VER).tar.gz" ; \
359359
fi ;
360360

361361
# This is a busybox-specific config file their test suite wants to parse.

0 commit comments

Comments
 (0)