Compare commits

..

3 commits

Author SHA1 Message Date
Ohio2
aab2e746db Merge branch 'master' of https://git.hippoz.xyz/alnux/repo
Merger is because it is needed to i guess
2021-07-04 21:57:34 +02:00
Ohio2
2c51039723 bb tar patch 2021-07-04 21:57:22 +02:00
2acff6b936 Merge pull request 'TAR patch' (#5) from Ohio2/repo:master into master
Reviewed-on: alnux/repo#5
2021-07-04 22:42:14 +03:00

View file

@ -1,5 +1,5 @@
wget -O busybox.tar.bz2 https://busybox.net/downloads/busybox-1.33.1.tar.bz2 wget -O busybox.tar.bz2 https://busybox.net/downloads/busybox-1.33.1.tar.bz2
tar -xf busybox.tar.bz2 tar -xfJ busybox.tar.bz2
cd busybox cd busybox
make defconfig make defconfig
LDFLAGS="--static" make LDFLAGS="--static" make