build: back to buildroot 2023.02.x (fast and stable)

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-03-06 20:48:20 +01:00
parent cb669d9775
commit a5bb353350
3 changed files with 3 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ jobs:
sudo mount ${LOOPX}p3 "/tmp/p3"
echo "Get Buildroot"
getBuildroot "2023.08.x" "br"
getBuildroot "2023.02.x" "br"
[ ! -f "br/bzImage-arc" ] || [ ! -f "br/initrd-arc" ] && return 1
echo "Repack initrd"

View File

@@ -28,7 +28,7 @@ on:
type: boolean
br_version:
description: "buildroot version"
default: "2023.08.x"
default: "2023.02.x"
type: string
addons_version:
description: "addons version"

View File

@@ -33,7 +33,7 @@ sudo mount ${LOOPX}p3 "/tmp/p3"
echo "Get Buildroot"
# read -rp 'Version (2023.08.x): ' br_version
[ -z "${br_version}" ] && br_version="2023.08.x"
[ -z "${br_version}" ] && br_version="2023.02.x"
getBuildroot "${br_version}" "br"
[[ ! -f "br/bzImage-arc" || ! -f "br/initrd-arc" ]] && return 1