bb tar patch
This commit is contained in:
parent
db64fdc9a9
commit
2c51039723
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
wget -O busybox.tar.bz2 https://busybox.net/downloads/busybox-1.33.1.tar.bz2
|
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
|
cd busybox
|
||||||
make defconfig
|
make defconfig
|
||||||
LDFLAGS="--static" make
|
LDFLAGS="--static" make
|
||||||
|
|
Loading…
Reference in a new issue