repo/busybox/build

7 lines
198 B
Text
Raw Normal View History

2021-07-07 17:27:54 +03:00
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
2021-07-07 23:13:40 +03:00
cd busybox-1.33.1
make defconfig
LDFLAGS="--static" make
2021-07-04 22:57:22 +03:00
make install DESTDIR="$1"