Skip to content

Commit 5afab15

Browse files
authored
Merge pull request #138 from infosiftr/buildroot-2022.05
Update buildroot to 2022.05
2 parents a04e274 + f5c87df commit 5afab15

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

Dockerfile-builder.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ RUN set -eux; \
8686
'; \
8787
\
8888
# buildroot arches: https://git.busybox.net/buildroot/tree/arch
89-
# buildroot+uclibc arches: https://git.busybox.net/buildroot/tree/toolchain/toolchain-buildroot/Config.in ("config BR2_TOOLCHAIN_BUILDROOT_UCLIBC")
89+
# buildroot+uclibc arches: https://git.busybox.net/buildroot/tree/package/uclibc/Config.in ("config BR2_PACKAGE_UCLIBC_ARCH_SUPPORTS")
9090
dpkgArch="$(dpkg --print-architecture)"; \
9191
case "$dpkgArch" in \
9292
amd64) \

stable/glibc/Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stable/musl/Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stable/uclibc/Dockerfile.builder

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unstable/glibc/Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unstable/musl/Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unstable/uclibc/Dockerfile.builder

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stable": {
33
"buildroot": {
4-
"version": "2022.02.2"
4+
"version": "2022.05"
55
},
66
"sha256": "415fbd89e5344c96acf449d94a6f956dbed62e18e835fc83e064db33a34bd549",
77
"variants": [
@@ -13,7 +13,7 @@
1313
},
1414
"unstable": {
1515
"buildroot": {
16-
"version": "2022.02.2"
16+
"version": "2022.05"
1717
},
1818
"sha256": "faeeb244c35a348a334f4a59e44626ee870fb07b6884d68c10ae8bc19f83a694",
1919
"variants": [

0 commit comments

Comments
 (0)