diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-03 16:05:48 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-03 16:05:48 -0600 |
commit | 886f442a2dfc7418209e54191f2e646ac0c86676 (patch) | |
tree | e83324d963125bfa657f8301aabaa5ee2a694351 | |
parent | 4fc684db065818b718bb98bd9e4caddccf66f260 (diff) | |
download | busybox-w32-packaging-886f442a2dfc7418209e54191f2e646ac0c86676.tar.gz busybox-w32-packaging-886f442a2dfc7418209e54191f2e646ac0c86676.tar.bz2 busybox-w32-packaging-886f442a2dfc7418209e54191f2e646ac0c86676.zip |
typos
-rw-r--r-- | meta.lua | 2 | ||||
-rwxr-xr-x | tools | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | return { | 1 | return { |
2 | ["busybox-w32-tools"] = { | 2 | ["busybox-w32-tools"] = { |
3 | init="tools", | 3 | entrypoint="tools", |
4 | requires = { | 4 | requires = { |
5 | {"git","busybox-w32"}, | 5 | {"git","busybox-w32"}, |
6 | }, | 6 | }, |
@@ -2,6 +2,7 @@ | |||
2 | 2 | ||
3 | rc-service networking start | 3 | rc-service networking start |
4 | 4 | ||
5 | apk update | ||
5 | apk add build-base | 6 | apk add build-base |
6 | cp busybox-w32-packaging/config busybox-w32/.config | 7 | cp busybox-w32-packaging/config busybox-w32/.config |
7 | cd busybox-w32 | 8 | cd busybox-w32 |