Skip to content

Commit 2bb43ca

Browse files
committed
Bump buildroot to 2024.11.2
1 parent a0661c6 commit 2bb43ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/compile-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
BUILDROOT_VERSION="2023.02.2"
3+
BUILDROOT_VERSION="2024.11.2"
44
ARCH="$1"
55
NAME="$2"
66

scripts/compile-kernel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
BUILDROOT_VERSION="2023.02.2"
3+
BUILDROOT_VERSION="2024.11.2"
44
ARCH="$1"
55
BOARD="$2"
66

0 commit comments

Comments
 (0)