added linux bootstrap step & fixed case statement for the other builds

This commit is contained in:
ag-tsotetsi
2026-02-07 14:19:03 +02:00
parent 71554453c3
commit 2f781b46b2
4 changed files with 52 additions and 0 deletions

7
build/linux/package.env Normal file
View File

@@ -0,0 +1,7 @@
export LINUX_VERSION=6.18.7
IFS='.' read -r LINUX_VERSION_MAJOR LINUX_VERSION_MINOR LINUX_VERSION_PATCH <<< $LINUX_VERSION
export LINUX_VERSION_MAJOR LINUX_VERSION_MINOR LINUX_VERSION_PATCH
export LINUX_URL=https://cdn.kernel.org/pub/linux/kernel/v$LINUX_VERSION_MAJOR.x/linux-$LINUX_VERSION.tar.xz