Skip to content

Commit

Permalink
Buildroot 2024.05
Browse files Browse the repository at this point in the history
  • Loading branch information
maksis committed Jun 14, 2024
1 parent aa1ddbe commit 021193f
Show file tree
Hide file tree
Showing 3 changed files with 401 additions and 166 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
# Output
airdcppd/airdcppd
node_modules
package-lock.json
trace.txt

*.o
*.so
Expand Down
4 changes: 2 additions & 2 deletions buildroot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Repeat the following steps for all wanted architectures.

Extract the package and rename the output directory based on the current architecture:

`tar jxvf buildroot-2023.02.tar.bz2`
`tar jxvf buildroot-2024.05.tar.bz2`

`mv -f buildroot-2023.02 armhf` (replace `armhf` with the wanted arch name)
`mv -f buildroot-2024.05 armhf` (replace `armhf` with the wanted arch name)

The architecture name can be freely chosen. The following architecture names are used for the shipped binaries: `armhf`, `x86_64`, `i786`

Expand Down
Loading

0 comments on commit 021193f

Please sign in to comment.