Compare commits

..

No commits in common. "aab2e746db3ae86b2f352947027da7f777eb6dea" and "f47a33cb93cd55db1c8e6d4ced5a078922667274" have entirely different histories.

View file

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