build: update buildroot to 2023.11.x and linux 5.15.x LTS

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-03-06 18:38:10 +01:00
parent f0b2b0f474
commit c2b507e7aa
3 changed files with 4 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ jobs:
sudo mount ${LOOPX}p3 "/tmp/p3"
echo "Get Buildroot"
getBuildroot "2023.08.x" "br"
getBuildroot "2023.11.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.11.x"
type: string
addons_version:
description: "addons version"