Compare commits
3 commits
c7edc49d64
...
ef7a335bcc
Author | SHA1 | Date | |
---|---|---|---|
ef7a335bcc | |||
c7352c90a8 | |||
|
ec08254c76 |
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
wget -O busybox-1.33.1.tar.bz2 https://busybox.net/downloads/busybox-1.33.1.tar.bz2
|
wget -O busybox-1.33.1.tar.bz2 https://busybox.net/downloads/busybox-1.33.1.tar.bz2
|
||||||
tar -xf busybox-1.33.1.tar.bz2
|
tar -xf busybox-1.33.1.tar.bz2
|
||||||
cd busybox
|
cd busybox-1.33.1
|
||||||
make defconfig
|
make defconfig
|
||||||
LDFLAGS="--static" make
|
LDFLAGS="--static" make
|
||||||
make install DESTDIR="$1"
|
make install DESTDIR="$1"
|
||||||
|
|
Loading…
Reference in a new issue