diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2018-04-22 12:33:52 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2018-04-22 12:33:52 -0400 |
| commit | 4b1cd7ad1e1463a45b444d066b49574a9b6ad04a (patch) | |
| tree | d8d86e9f86827f5f6ea4fe68f5aece99fa78173c /busybox-config | |
| parent | db54ef567f4c724299ad1830d574052170247e04 (diff) | |
| download | min-4b1cd7ad1e1463a45b444d066b49574a9b6ad04a.tar.gz min-4b1cd7ad1e1463a45b444d066b49574a9b6ad04a.tar.xz | |
Sweeping changes, switching to musl-cross-make
Updated busybox-config to reflect the toolchain change
Nginx and Openssh build and are now apart of the system.
Runit is included, still need to install configuration files
Diffstat (limited to 'busybox-config')
| -rw-r--r-- | busybox-config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/busybox-config b/busybox-config index 8268c9a..06ae0b6 100644 --- a/busybox-config +++ b/busybox-config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Busybox version: 1.28.0 -# Sun Apr 15 15:39:18 2018 +# Busybox version: 1.28.3 +# Sat Apr 21 08:32:56 2018 # CONFIG_HAVE_DOT_CONFIG=y @@ -46,7 +46,7 @@ CONFIG_STATIC=y # CONFIG_FEATURE_LIBBUSYBOX_STATIC is not set # CONFIG_FEATURE_INDIVIDUAL is not set # CONFIG_FEATURE_SHARED_BUSYBOX is not set -CONFIG_CROSS_COMPILER_PREFIX="" +CONFIG_CROSS_COMPILER_PREFIX="x86_64-linux-musl-" CONFIG_SYSROOT="" CONFIG_EXTRA_CFLAGS="" CONFIG_EXTRA_LDFLAGS="" |
