Skip to content

Commit

Permalink
Update to use 2024.5 buildroot. Update the configs to use linux heade…
Browse files Browse the repository at this point in the history
…rs 6.6
  • Loading branch information
inoc-telliott committed Jul 2, 2024
1 parent 832b062 commit e872f16
Show file tree
Hide file tree
Showing 4 changed files with 726 additions and 605 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

[[ -z $KERNEL_VERSION ]] && KERNEL_VERSION='6.6.34'
[[ -z $BUILDROOT_VERSION ]] && BUILDROOT_VERSION='2024.02.3'
[[ -z $BUILDROOT_VERSION ]] && BUILDROOT_VERSION='2024.05'

Usage() {
echo -e "Usage: $0 [-knfvh?] [-a x64]"
Expand Down
Loading

0 comments on commit e872f16

Please sign in to comment.