bbox
This commit is contained in:
parent
f105b7674f
commit
788baaec20
2 changed files with 7 additions and 1 deletions
6
busybox/Makefile
Normal file
6
busybox/Makefile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
prepare:
|
||||||
|
git clone git://busybox.net/busybox.git
|
||||||
|
busybox:
|
||||||
|
make
|
||||||
|
install:
|
||||||
|
make install
|
Loading…
Reference in a new issue