repo/busybox/build
2021-07-04 21:21:07 +02:00

6 lines
No EOL
176 B
Text
Executable file

wget -O busybox.tar.bz2 https://busybox.net/downloads/busybox-1.33.1.tar.bz2
tar -xf busybox.tar.bz2
cd busybox
make defconfig
LDFLAGS="--static" make
make install DESTDIR="$1"