Merge pull request 'busybox' (#9) from Ohio2/repo:master into master

Reviewed-on: alnux/repo#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)
This commit is contained in:
hippoz 2021-07-07 21:23:29 +01:00
commit ef7a335bcc

View file

@ -1,6 +1,6 @@
wget -O busybox-1.33.1.tar.bz2 https://busybox.net/downloads/busybox-1.33.1.tar.bz2 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 tar -xf busybox-1.33.1.tar.bz2
cd busybox cd busybox-1.33.1
make defconfig make defconfig
LDFLAGS="--static" make LDFLAGS="--static" make
make install DESTDIR="$1" make install DESTDIR="$1"