uwu

hardware bitcoin wallet software and build system
git clone https://git.parazyd.org/uwu
Log | Files | Refs | README | LICENSE

commit 0b90d06a83523ef02b22ee1cb86d4b58fb96f770
parent deba6f9b609cc887bca76094fc7ca951d8c8594f
Author: parazyd <parazyd@dyne.org>
Date:   Tue,  2 Feb 2021 22:05:50 +0100

Update software versions.

Diffstat:
Mconfig.mk | 38+++++++++++++-------------------------
1 file changed, 13 insertions(+), 25 deletions(-)

diff --git a/config.mk b/config.mk @@ -1,4 +1,6 @@ -# Copyright (c) 2020 Ivan J. <parazyd@dyne.org> +.POSIX: + +# Copyright (c) 2020-2021 Ivan J. <parazyd@dyne.org> # This file is part of uwu. # See LICENSE file for copyright and license details. @@ -8,36 +10,22 @@ IMAGE = uwu-$(VERSION).cpio # Uncomment to enable certain things useful for debugging DEBUG = 1 -# System path to qemu-arm binary used to emulate ARM ELFs in the chroot +# System path to qemu-arm binary used to emulate Arm ELFs in the chroot QEMU_ARM = /usr/bin/qemu-arm -# Crosscompiler prefix used to compile the Linux kernel -CROSS_COMPILE = armv6j-unknown-linux-musleabihf- - -# Host compiler prefix (necessary to crosscompile dash) -DASH_HOST_PREFIX = x86_64-pc-linux-gnu - # System credentials USERCREDENTIALS = uwu:uwu -ROOTCREDENTIALS = root:uwu +ROOTCREDENTIALS = root:toor -# Linux kernel version -KERNEL_SRC = linux-5.8.18 +# Crosscompiler prefix for compiling Linux and Busybox +CROSS_COMPILE = armv6j-unknown-linux-musleabihf- -# Path to a kernel patch to apply in the mainline source tree. -# Supports multiple filenames. Safe to leave unset. -KERNEL_PATCH = +# Linux Kernel version +KERNEL_VER = 5.10.12 # Alpine Linux version -ALPINE_MAJ = 3.12 -ALPINE_VER = 3.12.1 - -# Dash shell version -DASH_SRC = dash-0.5.11.2 -DASH_SUM = 24b0bfea976df722bc360e782b683c0867f0513d2922fa3c002d8d47a20605ee - -# ubase -UBASE_SRC = ubase +ALPINE_MAJ = 3.13 +ALPINE_VER = $(ALPINE_MAJ).1 -# sbase -SBASE_SRC = sbase +# Busybox version +BUSYBOX_VER = 1.33.0