forked from alnux/repo
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:
commit
ef7a335bcc
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue