Skip to content

Commit e5eb8f8

Browse files
committed
Bump buildroot
1 parent a0661c6 commit e5eb8f8

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="2025.02.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="2025.02.2"
44
ARCH="$1"
55
BOARD="$2"
66

0 commit comments

Comments
 (0)