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,5 +1,5 @@
|
|||
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
|
||||
make defconfig
|
||||
LDFLAGS="--static" make
|
||||
|
|
Loading…
Reference in a new issue