From 2c510397234cfab7803ccbab364e74b80b9a6f60 Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Sun, 4 Jul 2021 21:57:22 +0200 Subject: [PATCH] bb tar patch --- busybox/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/busybox/build b/busybox/build index 2ac16a3..3c134e0 100755 --- a/busybox/build +++ b/busybox/build @@ -1,6 +1,6 @@ wget -O busybox.tar.bz2 https://busybox.net/downloads/busybox-1.33.1.tar.bz2 -tar -xf busybox.tar.bz2 +tar -xfJ busybox.tar.bz2 cd busybox make defconfig LDFLAGS="--static" make -make install DESTDIR="$1" \ No newline at end of file +make install DESTDIR="$1"