We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 553152f + ab34c45 commit d61c9f6Copy full SHA for d61c9f6
scripts/build-image.sh
@@ -21,7 +21,7 @@ PARALLEL="-j$(nproc)"
21
22
function do_buildroot
23
{
24
- ASSERT git clone https://github.com/buildroot/buildroot -b 2024.05.2 --depth=1
+ ASSERT git clone https://github.com/buildroot/buildroot -b 2024.11.1 --depth=1
25
cp -f configs/buildroot.config buildroot/.config
26
cp -f configs/busybox.config buildroot/busybox.config
27
# Otherwise, the error below raises:
0 commit comments