From ec08254c76809d4f42d84c6bf6002af3af07e6f8 Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Wed, 7 Jul 2021 22:13:40 +0200 Subject: [PATCH] busybox --- busybox/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/busybox/build b/busybox/build index c5091b6..c767c18 100755 --- a/busybox/build +++ b/busybox/build @@ -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"