forked from alnux/repo
bb tar patch
This commit is contained in:
parent
db64fdc9a9
commit
2c51039723
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
make install DESTDIR="$1"
|
||||
|
|
Loading…
Reference in a new issue