Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit d2fbac5

Browse files
committed
Update buildroot to 2019.02.3 LTS
1 parent 5620a63 commit d2fbac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildroot/rebuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rm -rf build
1010
mkdir -p build
1111

1212
# Download latest buildroot release
13-
curl https://buildroot.org/downloads/buildroot-2018.08.2.tar.gz | tar -xzf - -C build --strip-components=1
13+
curl https://buildroot.org/downloads/buildroot-2019.02.3.tar.gz | tar -xzf - -C build --strip-components=1
1414
cd build || exit 1
1515

1616
# Use the config in the parent folder

0 commit comments

Comments
 (0)