diff options
| author | Jonathan Bauer | 2020-08-07 14:28:48 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2020-08-07 14:28:48 +0200 |
| commit | 115ce65bef141a324da4cbcbc63b9e47f291fe24 (patch) | |
| tree | 2afac1ab13622cbdb2405e111666b1df6cf23557 /modules.d/busybox | |
| parent | [busybox] update to 1.32.0 (diff) | |
| download | systemd-init-115ce65bef141a324da4cbcbc63b9e47f291fe24.tar.gz systemd-init-115ce65bef141a324da4cbcbc63b9e47f291fe24.tar.xz systemd-init-115ce65bef141a324da4cbcbc63b9e47f291fe24.zip | |
[busybox/slx-splash] update busybox/splash
Diffstat (limited to 'modules.d/busybox')
| -rw-r--r-- | modules.d/busybox/module-setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules.d/busybox/module-setup.sh b/modules.d/busybox/module-setup.sh index cbe34c87..e2d9c2ba 100644 --- 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="git://git.busybox.net/busybox" -[ -z "$BB_BRANCH" ] && declare -rg BB_BRANCH="1_32_0" +[ -z "$BB_BRANCH" ] && declare -rg BB_BRANCH="1_31_1" build() { local base_url="https://git.openslx.org/openslx-ng/mltk.git/plain/core/modules/busybox/" @@ -9,7 +9,7 @@ build() { git clone --depth 1 "$BB_GIT" --branch "$BB_BRANCH" "${moddir}/src" # apply patches cd "${moddir}/src" - for _patch in "$base_url"{fbsplash-center,fbsplash-fillbg,rtcwake-compat}.patch ; do + for _patch in "$base_url"/{fbsplash-fillbg,1_31_1-stime}.patch ; do curl "$_patch" | git apply - || derror "Failed to apply: $_patch" done |
