busybox #9

Merged
hippoz merged 2 commits from Ohio2/repo:master into master 2021-07-07 23:23:31 +03:00

View file

@ -1,6 +1,6 @@
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
cd busybox
cd busybox-1.33.1
make defconfig
LDFLAGS="--static" make
make install DESTDIR="$1"