bb tar patch

This commit is contained in:
Ohio2 2021-07-04 21:57:22 +02:00
parent db64fdc9a9
commit 2c51039723

View file

@ -1,5 +1,5 @@
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