forked from alnux/repo
Compare commits
No commits in common. "aab2e746db3ae86b2f352947027da7f777eb6dea" and "f47a33cb93cd55db1c8e6d4ced5a078922667274" have entirely different histories.
aab2e746db
...
f47a33cb93
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
|
wget -O busybox.tar.bz2 https://busybox.net/downloads/busybox-1.33.1.tar.bz2
|
||||||
tar -xfJ busybox.tar.bz2
|
tar -xf busybox.tar.bz2
|
||||||
cd busybox
|
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