Skip to content

Commit c69a804

Browse files
committed
chore(configs): update buildroot to 2025.02.4
1 parent 61ed22b commit c69a804

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source ./dependencies.sh
44

55
[[ -z $KERNEL_VERSION ]] && KERNEL_VERSION='6.12.35'
6-
[[ -z $BUILDROOT_VERSION ]] && BUILDROOT_VERSION='2025.02'
6+
[[ -z $BUILDROOT_VERSION ]] && BUILDROOT_VERSION='2025.02.4'
77

88
declare -ar ARCHITECTURES=("x64" "x86" "arm64")
99
PIPE_JOINED_ARCHITECTURES=$(IFS="|"; echo "${ARCHITECTURES[@]}"; unset IFS)

configs/fsarm64.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Buildroot 2025.02 Configuration
44
#
55

6-
BR2_DEFAULT_KERNEL_VERSION="6.12.25"
7-
BR2_DEFAULT_KERNEL_HEADERS="6.12.25"
6+
BR2_DEFAULT_KERNEL_VERSION="6.12.35"
7+
BR2_DEFAULT_KERNEL_HEADERS="6.12.35"
88

99
BR2_HAVE_DOT_CONFIG=y
1010
BR2_HOST_GCC_AT_LEAST_4_9=y
@@ -1232,6 +1232,7 @@ BR2_PACKAGE_PCIUTILS=y
12321232
# BR2_PACKAGE_PIGPIO is not set
12331233
# BR2_PACKAGE_POWERTOP is not set
12341234
# BR2_PACKAGE_PPS_TOOLS is not set
1235+
# BR2_PACKAGE_PULSEVIEW is not set
12351236
# BR2_PACKAGE_QORIQ_CADENCE_DP_FIRMWARE is not set
12361237
# BR2_PACKAGE_RASPI_GPIO is not set
12371238
# BR2_PACKAGE_RDMA_CORE is not set

configs/fsx64.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Buildroot 2025.02 Configuration
44
#
55

6-
BR2_DEFAULT_KERNEL_VERSION="6.12.25"
7-
BR2_DEFAULT_KERNEL_HEADERS="6.12.25"
6+
BR2_DEFAULT_KERNEL_VERSION="6.12.35"
7+
BR2_DEFAULT_KERNEL_HEADERS="6.12.35"
88

99
BR2_HAVE_DOT_CONFIG=y
1010
BR2_HOST_GCC_AT_LEAST_4_9=y
@@ -1223,6 +1223,7 @@ BR2_PACKAGE_PCIUTILS=y
12231223
# BR2_PACKAGE_PICOTOOL is not set
12241224
# BR2_PACKAGE_POWERTOP is not set
12251225
# BR2_PACKAGE_PPS_TOOLS is not set
1226+
# BR2_PACKAGE_PULSEVIEW is not set
12261227
# BR2_PACKAGE_QORIQ_CADENCE_DP_FIRMWARE is not set
12271228
# BR2_PACKAGE_RASPI_GPIO is not set
12281229
# BR2_PACKAGE_RDMA_CORE is not set

configs/fsx86.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Buildroot 2025.02 Configuration
44
#
55

6-
BR2_DEFAULT_KERNEL_VERSION="6.12.25"
7-
BR2_DEFAULT_KERNEL_HEADERS="6.12.25"
6+
BR2_DEFAULT_KERNEL_VERSION="6.12.35"
7+
BR2_DEFAULT_KERNEL_HEADERS="6.12.35"
88

99
BR2_HAVE_DOT_CONFIG=y
1010
BR2_HOST_GCC_AT_LEAST_4_9=y
@@ -1210,6 +1210,7 @@ BR2_PACKAGE_PCIUTILS=y
12101210
# BR2_PACKAGE_PICOTOOL is not set
12111211
# BR2_PACKAGE_POWERTOP is not set
12121212
# BR2_PACKAGE_PPS_TOOLS is not set
1213+
# BR2_PACKAGE_PULSEVIEW is not set
12131214
# BR2_PACKAGE_QORIQ_CADENCE_DP_FIRMWARE is not set
12141215
# BR2_PACKAGE_RASPI_GPIO is not set
12151216
# BR2_PACKAGE_RDMA_CORE is not set

0 commit comments

Comments
 (0)