Skip to content

Commit d61c9f6

Browse files
authored
Merge pull request #71 from shengwen-tw/buildroot
Bump Buildroot to the 2024.11.1 release
2 parents 553152f + ab34c45 commit d61c9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PARALLEL="-j$(nproc)"
2121

2222
function do_buildroot
2323
{
24-
ASSERT git clone https://github.com/buildroot/buildroot -b 2024.05.2 --depth=1
24+
ASSERT git clone https://github.com/buildroot/buildroot -b 2024.11.1 --depth=1
2525
cp -f configs/buildroot.config buildroot/.config
2626
cp -f configs/busybox.config buildroot/busybox.config
2727
# Otherwise, the error below raises:

0 commit comments

Comments
 (0)