Compare commits

..

3 commits

Author SHA1 Message Date
ef7a335bcc Merge pull request 'busybox' (#9) from Ohio2/repo:master into master
Reviewed-on: #9
uhm ok, just know that you dont have to make a pr every time (you can keep the changes in your own fork and then make the pr afterwards)
2021-07-07 21:23:29 +01:00
c7352c90a8 Merge branch 'master' into master 2021-07-07 21:22:47 +01:00
Ohio2
ec08254c76 busybox 2021-07-07 22:13:40 +02: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"