uwu

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

commit f9127ae9d2cc5c96b59c12097e1633a718e2393c
parent 20f5c25de4f0a25247a1a34178e84f50d1c533ca
Author: parazyd <parazyd@dyne.org>
Date:   Sat, 21 Nov 2020 01:48:40 +0100

Add configuration makefile.

Diffstat:
Aconfig.mk | 23+++++++++++++++++++++++
1 file changed, 23 insertions(+), 0 deletions(-)

diff --git a/config.mk b/config.mk @@ -0,0 +1,23 @@ +# Copyright (c) 2020 Ivan J. <parazyd@dyne.org> +# This file is part of uwu. +# See LICENSE file for copyright and license details. + +VERSION = 0.1 +IMAGE = uwu-$(VERSION).cpio.gz + +# 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- + +# System credentials +USERCREDENTIALS = uwu:uwu +ROOTCREDENTIALS = root:uwu + +# Linux kernel version +KERNEL_SRC = linux-5.8.18 + +# Alpine Linux version +ALPINE_MAJ = 3.12 +ALPINE_VER = 3.12.1