master #7

Merged
hippoz merged 6 commits from Ohio2/repo:master into master 2021-07-07 13:58:08 +03:00
Showing only changes of commit 2c51039723 - Show all commits

View file

@ -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"