diff options
| author | Simon Rettberg | 2025-04-14 19:16:51 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2025-04-14 19:16:51 +0200 |
| commit | fbc2598eb0f99ce589d526b92001761208bffc90 (patch) | |
| tree | bcc8b6d11de15f79894024ee12ac8e19a7f9f91e | |
| parent | [slx-network] Disable pause frames early (diff) | |
| download | systemd-init-fbc2598eb0f99ce589d526b92001761208bffc90.tar.gz systemd-init-fbc2598eb0f99ce589d526b92001761208bffc90.tar.xz systemd-init-fbc2598eb0f99ce589d526b92001761208bffc90.zip | |
[busybox] Update to 1.37.0
| -rwxr-xr-x | modules.d/busybox/module-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/busybox/module-setup.sh b/modules.d/busybox/module-setup.sh index 43301fd5..ebf338a1 100755 --- a/modules.d/busybox/module-setup.sh +++ b/modules.d/busybox/module-setup.sh @@ -1,6 +1,6 @@ #!/bin/bash [ -z "$BB_GIT" ] && declare -rg BB_GIT="https://git.busybox.net/busybox" -[ -z "$BB_BRANCH" ] && declare -rg BB_BRANCH="1_36_1" +[ -z "$BB_BRANCH" ] && declare -rg BB_BRANCH="1_37_0" build() ( local base_url="https://git.openslx.org/openslx-ng/mltk.git/plain/core/modules/busybox/" |
