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"