summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-11-03 15:28:21 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-11-03 15:28:21 -0600
commite11c8ac716e3b748c6913319fe5dd7df835badaa (patch)
tree5fd48ee6f214a0cbcb544c7eb569f0918f2fefd8 /init
parentcb5d9958bc5f81950e6fcb9e7f55c134863c1d74 (diff)
downloadbusybox-w32-packaging-e11c8ac716e3b748c6913319fe5dd7df835badaa.tar.gz
busybox-w32-packaging-e11c8ac716e3b748c6913319fe5dd7df835badaa.tar.bz2
busybox-w32-packaging-e11c8ac716e3b748c6913319fe5dd7df835badaa.zip
Inital work on busybox
Diffstat (limited to 'init')
-rwxr-xr-xinit8
1 files changed, 8 insertions, 0 deletions
diff --git a/init b/init
index 642d265..592f07e 100755
--- a/init
+++ b/init
@@ -1 +1,9 @@
1#!/bin/sh -ex 1#!/bin/sh -ex
2
3rc-service networking start
4
5apk add build-base
6
7cd busybox-w32
8cp /root/busybox-w32-packaging/.config .config
9make