summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-11-04 00:54:11 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-11-04 00:54:11 -0600
commitf09bacc0be2587564b6beb39bafda8b93b5a6a68 (patch)
tree0a67e0ebc4e5be8b32728be249aa90bafc961f03 /init
parente1b0fb60be211ab127a44db3efe060a4da6973b3 (diff)
downloadbusybox-w32-packaging-f09bacc0be2587564b6beb39bafda8b93b5a6a68.tar.gz
busybox-w32-packaging-f09bacc0be2587564b6beb39bafda8b93b5a6a68.tar.bz2
busybox-w32-packaging-f09bacc0be2587564b6beb39bafda8b93b5a6a68.zip
Working config file hopefully
Diffstat (limited to 'init')
-rwxr-xr-xinit6
1 files changed, 5 insertions, 1 deletions
diff --git a/init b/init
index 9fd0755..21a6635 100755
--- a/init
+++ b/init
@@ -1,6 +1,10 @@
1#!/bin/sh -ex 1#!/bin/sh -ex
2 2
3tar -xvf scripts.tar.xz . 3rc-service networking start
4apk update
5apk add build-base xz mingw-w64-gcc
6
4cd busybox-w32 7cd busybox-w32
5cp /root/busybox-w32-packaging/config .config 8cp /root/busybox-w32-packaging/config .config
6make 9make
10cp busybox.exe ..