Compare commits
No commits in common. "ef7a335bcccc7cd1b842ddc415e0c67030b47c0c" and "c7edc49d642549ca9a4e68f9a82c4d887d53fc18" have entirely different histories.
ef7a335bcc
...
c7edc49d64
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-1.33.1
|
cd busybox
|
||||||
make defconfig
|
make defconfig
|
||||||
LDFLAGS="--static" make
|
LDFLAGS="--static" make
|
||||||
make install DESTDIR="$1"
|
make install DESTDIR="$1"
|
||||||
|
|
Loading…
Reference in a new issue