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:
2
.github/workflows/autobuild.yml
vendored
2
.github/workflows/autobuild.yml
vendored
@@ -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"
|
||||
|
||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user