File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed
Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 33source ./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
88declare -ar ARCHITECTURES=(" x64" " x86" " arm64" )
99PIPE_JOINED_ARCHITECTURES=$( IFS=" |" ; echo " ${ARCHITECTURES[@]} " ; unset IFS)
Original file line number Diff line number Diff line change 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
99BR2_HAVE_DOT_CONFIG=y
1010BR2_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
Original file line number Diff line number Diff line change 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
99BR2_HAVE_DOT_CONFIG=y
1010BR2_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
Original file line number Diff line number Diff line change 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
99BR2_HAVE_DOT_CONFIG=y
1010BR2_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
You can’t perform that action at this time.
0 commit comments