Skip to content

Commit

Permalink
buildroot: bump to 2023-11
Browse files Browse the repository at this point in the history
  • Loading branch information
svenrademakers committed Jan 4, 2024
1 parent 2437415 commit 7c8682d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

download_dir=$(mktemp -d)
install_dir="$1"
buildroot_url='https://buildroot.org/downloads/buildroot-2023.08.tar.gz'
buildroot_url='https://buildroot.org/downloads/buildroot-2023.11.tar.gz'
buildroot=$(basename "$buildroot_url")
buildroot_folder="${buildroot%.tar.gz}"
project_root="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
Expand Down

0 comments on commit 7c8682d

Please sign in to comment.